#B86AAB

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

Shades of Violet Blue #B86AAB

Tints of Violet Blue #B86AAB

Color information

#B86AAB (or 0xB86AAB) is unknown color: approx Violet Blue. HEX triplet: B8, 6A and AB. RGB value is (184,106,171). Sum of RGB (Red+Green+Blue) = 184+106+171=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 106 (41.80% from 255 or 22.99% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 184 - color contains mainly: red. Hex color #B86AAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86AAB is #479554. Grayscale: #888888. Windows color (decimal): -4691285 or 11233976. OLE color: 11233976.

HSL color Cylindrical-coordinate representation of color #B86AAB: hue angle of 310º degrees, saturation: 0.35, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B86AAB is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB184106171-
CMYK00.420.070.28
HSL310º35.45%56.86%-
HSV(B)310º42.39%72.16%-
XYZ32.2723.4441.35-
YUV136.73147.34161.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.91%
GREEN value IS 106 (41.80% from 255) = 22.99%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=39.91%
G=22.99%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410617100.420.070.2831035.4556.86
HexB86AAB02A71C1362339
Octal2701522530527344664371
Binary10111000110101010101011010101011111100100110110100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86AAB; }

 p { color: rgb(184,106,171); }

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

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

 a { background-color: rgb(184,106,171); }

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

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

 span { border-color: rgb(184,106,171); }

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