#B861AA

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

Shades of Violet Blue #B861AA

Tints of Violet Blue #B861AA

Color information

#B861AA (or 0xB861AA) is unknown color: approx Violet Blue. HEX triplet: B8, 61 and AA. RGB value is (184,97,170). Sum of RGB (Red+Green+Blue) = 184+97+170=451 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.80% from 451); Green value is 97 (38.28% from 255 or 21.51% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 184 - color contains mainly: red. Hex color #B861AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B861AA is #479E55. Grayscale: #838383. Windows color (decimal): -4693590 or 11166136. OLE color: 11166136.

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

Color convert

RGB18497170-
CMYK00.470.080.28
HSL309.66º37.99%55.1%-
HSV(B)309.66º47.28%72.16%-
XYZ31.321.6440.56-
YUV131.34149.82165.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.80%
GREEN value IS 97 (38.28% from 255) = 21.51%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=40.80%
G=21.51%
B=37.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1849717000.470.080.28309.6637.9955.1
HexB861AA02F81C1362637
Octal27014125205710344664667
Binary101110001100001101010100101111100011100100110110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B861AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B861AA; }

 p { color: rgb(184,97,170); }

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

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

 a { background-color: rgb(184,97,170); }

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

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

 span { border-color: rgb(184,97,170); }

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