#B96ACA

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

Shades of Medium Orchid #B96ACA

Tints of Medium Orchid #B96ACA

Color information

#B96ACA (or 0xB96ACA) is unknown color: approx Medium Orchid. HEX triplet: B9, 6A and CA. RGB value is (185,106,202). Sum of RGB (Red+Green+Blue) = 185+106+202=493 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.53% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 202 (79.30% from 255 or 40.97% from 493); Max value from RGB is 202 - color contains mainly: blue. Hex color #B96ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B96ACA is #469535. Grayscale: #8C8C8C. Windows color (decimal): -4625718 or 13265593. OLE color: 13265593.

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

Color convert

RGB185106202-
CMYK0.080.4800.21
HSL289.38º47.52%60.39%-
HSV(B)289.38º47.52%79.22%-
XYZ35.8224.8958.79-
YUV140.56162.67159.69-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.53%
GREEN value IS 106 (41.80% from 255) = 21.50%
BLUE value IS 202 (79.30% from 255) = 40.97%
R=37.53%
G=21.50%
B=40.97%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1851062020.080.4800.21289.3847.5260.39
HexB96ACA830015121303c
Octal27115231210600254416074
Binary101110011101010110010101000110000010101100100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96ACA; }

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

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

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

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

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

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

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

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