#B562AB

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

Shades of Violet Blue #B562AB

Tints of Violet Blue #B562AB

Color information

#B562AB (or 0xB562AB) is unknown color: approx Violet Blue. HEX triplet: B5, 62 and AB. RGB value is (181,98,171). Sum of RGB (Red+Green+Blue) = 181+98+171=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B562AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B562AB is #4A9D54. Grayscale: #828282. Windows color (decimal): -4889941 or 11231925. OLE color: 11231925.

HSL color Cylindrical-coordinate representation of color #B562AB: hue angle of 307.23º 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 #B562AB is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB18198171-
CMYK00.460.060.29
HSL307.23º35.93%54.71%-
HSV(B)307.23º45.86%70.98%-
XYZ30.7721.541.06-
YUV131.14150.5163.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 98 (38.67% from 255) = 21.78%
BLUE value IS 171 (67.19% from 255) = 38%
R=40.22%
G=21.78%
B=38%

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
Decimal1819817100.460.060.29307.2335.9354.71
HexB562AB02E61D1332437
Octal2651422530566354634467
Binary10110101110001010101011010111011011101100110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562AB; }

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

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

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

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

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

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

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

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