#B562AD

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

Shades of Violet Blue #B562AD

Tints of Violet Blue #B562AD

Color information

#B562AD (or 0xB562AD) is unknown color: approx Violet Blue. HEX triplet: B5, 62 and AD. RGB value is (181,98,173). Sum of RGB (Red+Green+Blue) = 181+98+173=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B562AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B562AD is #4A9D52. Grayscale: #838383. Windows color (decimal): -4889939 or 11362997. OLE color: 11362997.

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

Color convert

RGB18198173-
CMYK00.460.040.29
HSL305.78º35.93%54.71%-
HSV(B)305.78º45.86%70.98%-
XYZ30.9721.5842.07-
YUV131.37151.5163.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 173 (67.97% from 255) = 38.27%
R=40.04%
G=21.68%
B=38.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819817300.460.040.29305.7835.9354.71
HexB562AD02E41D1322437
Octal2651422550564354624467
Binary10110101110001010101101010111010011101100110010100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562AD; }

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

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

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

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

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

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

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

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