#B86DAE

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

Shades of Violet Blue #B86DAE

Tints of Violet Blue #B86DAE

Color information

#B86DAE (or 0xB86DAE) is unknown color: approx Violet Blue. HEX triplet: B8, 6D and AE. RGB value is (184,109,174). Sum of RGB (Red+Green+Blue) = 184+109+174=467 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.40% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 184 - color contains mainly: red. Hex color #B86DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86DAE is #479251. Grayscale: #8A8A8A. Windows color (decimal): -4690514 or 11431352. OLE color: 11431352.

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

Color convert

RGB184109174-
CMYK00.410.050.28
HSL308º34.56%57.45%-
HSV(B)308º40.76%72.16%-
XYZ32.8824.1842.98-
YUV138.84147.85160.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.40%
GREEN value IS 109 (42.97% from 255) = 23.34%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=39.40%
G=23.34%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410917400.410.050.2830834.5657.45
HexB86DAE02951C1342339
Octal2701552560515344644371
Binary10111000110110110101110010100110111100100110100100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86DAE; }

 p { color: rgb(184,109,174); }

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

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

 a { background-color: rgb(184,109,174); }

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

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

 span { border-color: rgb(184,109,174); }

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