#B96AC9

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

Shades of Medium Orchid #B96AC9

Tints of Medium Orchid #B96AC9

Color information

#B96AC9 (or 0xB96AC9) is unknown color: approx Medium Orchid. HEX triplet: B9, 6A and C9. RGB value is (185,106,201). Sum of RGB (Red+Green+Blue) = 185+106+201=492 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.60% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #B96AC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96AC9 is #469536. Grayscale: #8C8C8C. Windows color (decimal): -4625719 or 13200057. OLE color: 13200057.

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

Color convert

RGB185106201-
CMYK0.080.4700.21
HSL289.89º46.8%60.2%-
HSV(B)289.89º47.26%78.82%-
XYZ35.724.8458.17-
YUV140.45162.17159.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.60%
GREEN value IS 106 (41.80% from 255) = 21.54%
BLUE value IS 201 (78.91% from 255) = 40.85%
R=37.60%
G=21.54%
B=40.85%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851062010.080.4700.21289.8946.860.2
HexB96AC982F0151222f3c
Octal27115231110570254425774
Binary101110011101010110010011000101111010101100100010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96AC9; }

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

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

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

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

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

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

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

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