#B86BAD

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

Shades of Violet Blue #B86BAD

Tints of Violet Blue #B86BAD

Color information

#B86BAD (or 0xB86BAD) is unknown color: approx Violet Blue. HEX triplet: B8, 6B and AD. RGB value is (184,107,173). Sum of RGB (Red+Green+Blue) = 184+107+173=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 184 - color contains mainly: red. Hex color #B86BAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86BAD is #479452. Grayscale: #898989. Windows color (decimal): -4691027 or 11365304. OLE color: 11365304.

HSL color Cylindrical-coordinate representation of color #B86BAD: hue angle of 308.57º 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 #B86BAD is Cyan = 0, Magento = 0.42, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB184107173-
CMYK00.420.060.28
HSL308.57º35.16%57.06%-
HSV(B)308.57º41.85%72.16%-
XYZ32.5723.7242.4-
YUV137.55148.01161.13-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 173 (67.97% from 255) = 37.28%
R=39.66%
G=23.06%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410717300.420.060.28308.5735.1657.06
HexB86BAD02A61C1352339
Octal2701532550526344654371
Binary10111000110101110101101010101011011100100110101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86BAD; }

 p { color: rgb(184,107,173); }

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

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

 a { background-color: rgb(184,107,173); }

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

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

 span { border-color: rgb(184,107,173); }

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