#B862AA

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

Shades of Violet Blue #B862AA

Tints of Violet Blue #B862AA

Color information

#B862AA (or 0xB862AA) is unknown color: approx Violet Blue. HEX triplet: B8, 62 and AA. RGB value is (184,98,170). Sum of RGB (Red+Green+Blue) = 184+98+170=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 184 - color contains mainly: red. Hex color #B862AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B862AA is #479D55. Grayscale: #838383. Windows color (decimal): -4693334 or 11166392. OLE color: 11166392.

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

Color convert

RGB18498170-
CMYK00.470.080.28
HSL309.77º37.72%55.29%-
HSV(B)309.77º46.74%72.16%-
XYZ31.3921.8340.59-
YUV131.92149.49165.15-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.71%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 170 (66.80% from 255) = 37.61%
R=40.71%
G=21.68%
B=37.61%

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
Decimal1849817000.470.080.28309.7737.7255.29
HexB862AA02F81C1362637
Octal27014225205710344664667
Binary101110001100010101010100101111100011100100110110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B862AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B862AA; }

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

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

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

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

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

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

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

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