Html Css Color HEX #B96DCC Medium Orchid

📋 copy color: '#B96DCC'

red 185 ◦ green 109 ◦ blue 204

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

Shades of Medium Orchid #B96DCC

Tints of Medium Orchid #B96DCC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 21.89%

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

R = 37.15%
G = 21.89%
B = 40.96%

CMYK

 C value IS 0.09

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B96DCC (or 0xB96DCC) is known color: Medium Orchid. HEX triplet: B9, 6D and CC. RGB value is (185,109,204). Sum of RGB (Red+Green+Blue) = 185+109+204=498 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.15% from 498); Green value is 109 (42.97% from 255 or 21.89% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #B96DCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DCC is #469233. Grayscale: #8E8E8E. Windows color (decimal): -4624948 or 13397433. OLE color: 13397433.

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

Color convert

RGB 185 109 204 -
CMYK 0.09 0.47 0 0.2
HSL 288º 0.48% 0.61% -
HSV(B) 288º 0.47% 0.8% -
XYZ 36.38 25.61 60.15 -
YUV 142.55 162.68 158.28 -
System Red Green Blue C M Y K H S L
Decimal 185 109 204 0.09 0.47 0 0.2 288 0.48 0.61
Hex B9 6D CC 9 2F 0 14 120 30 3D
Octal 271 155 314 11 57 0 24 440 60 75
Binary 10111001 1101101 11001100 1001 101111 0 10100 100100000 110000 111101

Color Harmonies of #B96DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96DCC

Black with #B96DCC

Text Example


Text Example

White with #B96DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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