Html Css Color HEX #B96BDE Medium Orchid

📋 copy color: '#B96BDE'

red 185 ◦ green 107 ◦ blue 222

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

Shades of Medium Orchid #B96BDE

Tints of Medium Orchid #B96BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.19%

R = 35.99%
G = 20.82%
B = 43.19%

CMYK

 C value IS 0.17

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B96BDE (or 0xB96BDE) is known color: Medium Orchid. HEX triplet: B9, 6B and DE. RGB value is (185,107,222). Sum of RGB (Red+Green+Blue) = 185+107+222=514 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.99% from 514); Green value is 107 (42.19% from 255 or 20.82% from 514); Blue value is 222 (87.11% from 255 or 43.19% from 514); Max value from RGB is 222 - color contains mainly: blue. Hex color #B96BDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96BDE is #469421. Grayscale: #8F8F8F. Windows color (decimal): -4625442 or 14576569. OLE color: 14576569.

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

Color convert

RGB 185 107 222 -
CMYK 0.17 0.52 0 0.13
HSL 280.7º 0.64% 0.65% -
HSV(B) 280.7º 0.52% 0.87% -
XYZ 38.45 26.1 72.12 -
YUV 143.43 172.34 157.65 -
System Red Green Blue C M Y K H S L
Decimal 185 107 222 0.17 0.52 0 0.13 280.7 0.64 0.65
Hex B9 6B DE 11 34 0 D 119 40 41
Octal 271 153 336 21 64 0 15 431 100 101
Binary 10111001 1101011 11011110 10001 110100 0 1101 100011001 1000000 1000001

Color Harmonies of #B96BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96BDE

Black with #B96BDE

Text Example


Text Example

White with #B96BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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