Html Css Color HEX #B96BCC Medium Orchid

📋 copy color: '#B96BCC'

red 185 ◦ green 107 ◦ blue 204

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

Shades of Medium Orchid #B96BCC

Tints of Medium Orchid #B96BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.13%

R = 37.3%
G = 21.57%
B = 41.13%

CMYK

 C value IS 0.09

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B96BCC (or 0xB96BCC) is known color: Medium Orchid. HEX triplet: B9, 6B and CC. RGB value is (185,107,204). Sum of RGB (Red+Green+Blue) = 185+107+204=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 204 (80.08% from 255 or 41.13% from 496); Max value from RGB is 204 - color contains mainly: blue. Hex color #B96BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BCC is #469433. Grayscale: #8D8D8D. Windows color (decimal): -4625460 or 13396921. OLE color: 13396921.

HSL color Cylindrical-coordinate representation of color #B96BCC: hue angle of 288.25º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B96BCC is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 185 107 204 -
CMYK 0.09 0.48 0 0.2
HSL 288.25º 0.49% 0.61% -
HSV(B) 288.25º 0.48% 0.8% -
XYZ 36.16 25.19 60.08 -
YUV 141.38 163.34 159.11 -
System Red Green Blue C M Y K H S L
Decimal 185 107 204 0.09 0.48 0 0.2 288.25 0.49 0.61
Hex B9 6B CC 9 30 0 14 120 31 3D
Octal 271 153 314 11 60 0 24 440 61 75
Binary 10111001 1101011 11001100 1001 110000 0 10100 100100000 110001 111101

Color Harmonies of #B96BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BCC

Black with #B96BCC

Text Example


Text Example

White with #B96BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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