#B562AA

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

Shades of Violet Blue #B562AA

Tints of Violet Blue #B562AA

Color information

#B562AA (or 0xB562AA) is unknown color: approx Violet Blue. HEX triplet: B5, 62 and AA. RGB value is (181,98,170). Sum of RGB (Red+Green+Blue) = 181+98+170=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B562AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B562AA is #4A9D55. Grayscale: #828282. Windows color (decimal): -4889942 or 11166389. OLE color: 11166389.

HSL color Cylindrical-coordinate representation of color #B562AA: hue angle of 307.95º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B562AA is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18198170-
CMYK00.460.060.29
HSL307.95º35.93%54.71%-
HSV(B)307.95º45.86%70.98%-
XYZ30.6821.4640.56-
YUV131.02150163.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 98 (38.67% from 255) = 21.83%
BLUE value IS 170 (66.80% from 255) = 37.86%
R=40.31%
G=21.83%
B=37.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819817000.460.060.29307.9535.9354.71
HexB562AA02E61D1342437
Octal2651422520566354644467
Binary10110101110001010101010010111011011101100110100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562AA; }

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

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

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

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

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

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

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

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