#B860A0

Color #B860A0 Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #B860A0

Tints of Violet Blue #B860A0

Color information

#B860A0 (or 0xB860A0) is unknown color: approx Violet Blue. HEX triplet: B8, 60 and A0. RGB value is (184,96,160). Sum of RGB (Red+Green+Blue) = 184+96+160=440 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.82% from 440); Green value is 96 (37.89% from 255 or 21.82% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 184 - color contains mainly: red. Hex color #B860A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B860A0 is #479F5F. Grayscale: #818181. Windows color (decimal): -4693856 or 10510520. OLE color: 10510520.

HSL color Cylindrical-coordinate representation of color #B860A0: hue angle of 316.36º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B860A0 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB18496160-
CMYK00.480.130.28
HSL316.36º38.26%54.9%-
HSV(B)316.36º47.83%72.16%-
XYZ30.321.0935.73-
YUV129.61145.15166.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 41.82%
GREEN value IS 96 (37.89% from 255) = 21.82%
BLUE value IS 160 (62.89% from 255) = 36.36%
R=41.82%
G=21.82%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849616000.480.130.28316.3638.2654.9
HexB860A0030D1C13c2637
Octal27014024006015344744667
Binary101110001100000101000000110000110111100100111100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B860A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B860A0; }

 p { color: rgb(184,96,160); }

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

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

 a { background-color: rgb(184,96,160); }

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

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

 span { border-color: rgb(184,96,160); }

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