Html Css Color HEX #B96BC5 Medium Orchid

📋 copy color: '#B96BC5'

red 185 ◦ green 107 ◦ blue 197

#B96BC5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B96BC5

Tints of Medium Orchid #B96BC5

RGB

 RED value IS 185 (72.66% from 255) = 37.83%

 GREEN value IS 107 (42.19% from 255) = 21.88%

 BLUE value IS 197 (77.34% from 255) = 40.29%

R = 37.83%
G = 21.88%
B = 40.29%

CMYK

 C value IS 0.06

 M value IS 0.46

 Y value IS 0

 K value IS 0.23

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B96BC5 (or 0xB96BC5) is known color: Medium Orchid. HEX triplet: B9, 6B and C5. RGB value is (185,107,197). Sum of RGB (Red+Green+Blue) = 185+107+197=489 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.83% from 489); Green value is 107 (42.19% from 255 or 21.88% from 489); Blue value is 197 (77.34% from 255 or 40.29% from 489); Max value from RGB is 197 - color contains mainly: blue. Hex color #B96BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BC5 is #46943A. Grayscale: #8C8C8C. Windows color (decimal): -4625467 or 12938169. OLE color: 12938169.

HSL color Cylindrical-coordinate representation of color #B96BC5: hue angle of 292º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96BC5 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 185 107 197 -
CMYK 0.06 0.46 0 0.23
HSL 292º 0.44% 0.6% -
HSV(B) 292º 0.46% 0.77% -
XYZ 35.34 24.86 55.76 -
YUV 140.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 185 107 197 0.06 0.46 0 0.23 292 0.44 0.6
Hex B9 6B C5 6 2E 0 17 124 2C 3C
Octal 271 153 305 6 56 0 27 444 54 74
Binary 10111001 1101011 11000101 110 101110 0 10111 100100100 101100 111100

Color Harmonies of #B96BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BC5

Black with #B96BC5

Text Example


Text Example

White with #B96BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BC5; }

 p { color: rgb(185,107,197); }

 H1.HeaderClassName
 {
   color: #B96BC5;
 }
 .AnyTagClassName
 {
   color: #B96BC5;
 }
</style>

background-color css

<style>
 a { background-color: #B96BC5; }

 a { background-color: rgb(185,107,197); }

 div.DivClassName
 {
   background-color: #B96BC5;
 }
 .BgClassName
 {
   background-color: #B96BC5;
 }
</style>

border-color css

<style>
 span { border-color: #B96BC5; }

 span { border-color: rgb(185,107,197); }

 td.TdClassName
 {
   border-color: #B96BC5;
 }
 .TagClassName
 {
   border-color: #B96BC5;
 }
</style>