Html Css Color HEX #B96CDE Medium Orchid

📋 copy color: '#B96CDE'

red 185 ◦ green 108 ◦ blue 222

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

Shades of Medium Orchid #B96CDE

Tints of Medium Orchid #B96CDE

RGB

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

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

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

R = 35.92%
G = 20.97%
B = 43.11%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B96CDE (or 0xB96CDE) is known color: Medium Orchid. HEX triplet: B9, 6C and DE. RGB value is (185,108,222). Sum of RGB (Red+Green+Blue) = 185+108+222=515 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.92% from 515); Green value is 108 (42.58% from 255 or 20.97% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #B96CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96CDE is #469321. Grayscale: #8F8F8F. Windows color (decimal): -4625186 or 14576825. OLE color: 14576825.

HSL color Cylindrical-coordinate representation of color #B96CDE: hue angle of 280.53º degrees, saturation: 0.63, 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 #B96CDE is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 108 222 -
CMYK 0.17 0.51 0 0.13
HSL 280.53º 0.63% 0.65% -
HSV(B) 280.53º 0.51% 0.87% -
XYZ 38.55 26.31 72.15 -
YUV 144.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 185 108 222 0.17 0.51 0 0.13 280.53 0.63 0.65
Hex B9 6C DE 11 33 0 D 119 3F 41
Octal 271 154 336 21 63 0 15 431 77 101
Binary 10111001 1101100 11011110 10001 110011 0 1101 100011001 111111 1000001

Color Harmonies of #B96CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B96CDE

Black with #B96CDE

Text Example


Text Example

White with #B96CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B96CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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