#B96DC9

Color #B96DC9 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B96DC9

Tints of Medium Orchid #B96DC9

Color information

#B96DC9 (or 0xB96DC9) is unknown color: approx Medium Orchid. HEX triplet: B9, 6D and C9. RGB value is (185,109,201). Sum of RGB (Red+Green+Blue) = 185+109+201=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 109 (42.97% from 255 or 22.02% from 495); Blue value is 201 (78.91% from 255 or 40.61% from 495); Max value from RGB is 201 - color contains mainly: blue. Hex color #B96DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96DC9 is #469236. Grayscale: #8D8D8D. Windows color (decimal): -4624951 or 13200825. OLE color: 13200825.

HSL color Cylindrical-coordinate representation of color #B96DC9: hue angle of 289.57º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B96DC9 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB185109201-
CMYK0.080.4600.21
HSL289.57º46%60.78%-
HSV(B)289.57º45.77%78.82%-
XYZ36.0225.4758.28-
YUV142.21161.18158.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.37%
GREEN value IS 109 (42.97% from 255) = 22.02%
BLUE value IS 201 (78.91% from 255) = 40.61%
R=37.37%
G=22.02%
B=40.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851092010.080.4600.21289.574660.78
HexB96DC982E0151222e3d
Octal27115531110560254425675
Binary101110011101101110010011000101110010101100100010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96DC9; }

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

 H1.HeaderClassName
 {
   color: #B96DC9;
 }
 .AnyTagClassName
 {
   color: #B96DC9;
 }
</style>
background-color css

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

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

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

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

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

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