#B562A7

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

Shades of Violet Blue #B562A7

Tints of Violet Blue #B562A7

Color information

#B562A7 (or 0xB562A7) is unknown color: approx Violet Blue. HEX triplet: B5, 62 and A7. RGB value is (181,98,167). Sum of RGB (Red+Green+Blue) = 181+98+167=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 167 (65.62% from 255 or 37.44% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B562A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B562A7 is #4A9D58. Grayscale: #828282. Windows color (decimal): -4889945 or 10969781. OLE color: 10969781.

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

Color convert

RGB18198167-
CMYK00.460.080.29
HSL310.12º35.93%54.71%-
HSV(B)310.12º45.86%70.98%-
XYZ30.421.3539.08-
YUV130.68148.5163.89-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 98 (38.67% from 255) = 21.97%
BLUE value IS 167 (65.62% from 255) = 37.44%
R=40.58%
G=21.97%
B=37.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1819816700.460.080.29310.1235.9354.71
HexB562A702E81D1362437
Octal26514224705610354664467
Binary101101011100010101001110101110100011101100110110100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B562A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B562A7; }

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

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

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

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

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

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

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

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