#B866AB

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

Shades of Violet Blue #B866AB

Tints of Violet Blue #B866AB

Color information

#B866AB (or 0xB866AB) is unknown color: approx Violet Blue. HEX triplet: B8, 66 and AB. RGB value is (184,102,171). Sum of RGB (Red+Green+Blue) = 184+102+171=457 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.26% from 457); Green value is 102 (40.23% from 255 or 22.32% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 184 - color contains mainly: red. Hex color #B866AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B866AB is #479954. Grayscale: #868686. Windows color (decimal): -4692309 or 11232952. OLE color: 11232952.

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

Color convert

RGB184102171-
CMYK00.450.070.28
HSL309.51º36.61%56.08%-
HSV(B)309.51º44.57%72.16%-
XYZ31.8722.6341.22-
YUV134.38148.67163.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.26%
GREEN value IS 102 (40.23% from 255) = 22.32%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=40.26%
G=22.32%
B=37.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18410217100.450.070.28309.5136.6156.08
HexB866AB02D71C1362538
Octal2701462530557344664570
Binary10111000110011010101011010110111111100100110110100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B866AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B866AB; }

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

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

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

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

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

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

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

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