Html Css Color HEX #B96CDD Medium Orchid

📋 copy color: '#B96CDD'

red 185 ◦ green 108 ◦ blue 221

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

Shades of Medium Orchid #B96CDD

Tints of Medium Orchid #B96CDD

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.01%

 BLUE value IS 221 (86.72% from 255) = 43%

R = 35.99%
G = 21.01%
B = 43%

CMYK

 C value IS 0.16

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B96CDD (or 0xB96CDD) is known color: Medium Orchid. HEX triplet: B9, 6C and DD. RGB value is (185,108,221). Sum of RGB (Red+Green+Blue) = 185+108+221=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 108 (42.58% from 255 or 21.01% from 514); Blue value is 221 (86.72% from 255 or 43.00% from 514); Max value from RGB is 221 - color contains mainly: blue. Hex color #B96CDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CDD is #469322. Grayscale: #8F8F8F. Windows color (decimal): -4625187 or 14511289. OLE color: 14511289.

HSL color Cylindrical-coordinate representation of color #B96CDD: hue angle of 280.88º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B96CDD is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 108 221 -
CMYK 0.16 0.51 0 0.13
HSL 280.88º 0.62% 0.65% -
HSV(B) 280.88º 0.51% 0.87% -
XYZ 38.42 26.26 71.45 -
YUV 143.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 185 108 221 0.16 0.51 0 0.13 280.88 0.62 0.65
Hex B9 6C DD 10 33 0 D 119 3E 41
Octal 271 154 335 20 63 0 15 431 76 101
Binary 10111001 1101100 11011101 10000 110011 0 1101 100011001 111110 1000001

Color Harmonies of #B96CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CDD

Black with #B96CDD

Text Example


Text Example

White with #B96CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CDD; }

 p { color: rgb(185,108,221); }

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

background-color css

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

 a { background-color: rgb(185,108,221); }

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

border-color css

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

 span { border-color: rgb(185,108,221); }

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