#B452A9

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

Shades of Violet Blue #B452A9

Tints of Violet Blue #B452A9

Color information

#B452A9 (or 0xB452A9) is unknown color: approx Violet Blue. HEX triplet: B4, 52 and A9. RGB value is (180,82,169). Sum of RGB (Red+Green+Blue) = 180+82+169=431 (57% of max value = 765). Red value is 180 (70.70% from 255 or 41.76% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 169 (66.41% from 255 or 39.21% from 431); Max value from RGB is 180 - color contains mainly: red. Hex color #B452A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B452A9 is #4BAD56. Grayscale: #787878. Windows color (decimal): -4959575 or 11096756. OLE color: 11096756.

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

Color convert

RGB18082169-
CMYK00.540.060.29
HSL306.73º39.52%51.37%-
HSV(B)306.73º54.44%70.59%-
XYZ2918.639.6-
YUV121.22154.97169.93-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.76%
GREEN value IS 82 (32.42% from 255) = 19.03%
BLUE value IS 169 (66.41% from 255) = 39.21%
R=41.76%
G=19.03%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808216900.540.060.29306.7339.5251.37
HexB452A903661D1332833
Octal2641222510666354635063
Binary10110100101001010101001011011011011101100110011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452A9; }

 p { color: rgb(180,82,169); }

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

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

 a { background-color: rgb(180,82,169); }

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

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

 span { border-color: rgb(180,82,169); }

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