#B452A8

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

Shades of Violet Blue #B452A8

Tints of Violet Blue #B452A8

Color information

#B452A8 (or 0xB452A8) is unknown color: approx Violet Blue. HEX triplet: B4, 52 and A8. RGB value is (180,82,168). Sum of RGB (Red+Green+Blue) = 180+82+168=430 (56% of max value = 765). Red value is 180 (70.70% from 255 or 41.86% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 168 (66.02% from 255 or 39.07% from 430); Max value from RGB is 180 - color contains mainly: red. Hex color #B452A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B452A8 is #4BAD57. Grayscale: #787878. Windows color (decimal): -4959576 or 11031220. OLE color: 11031220.

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

Color convert

RGB18082168-
CMYK00.540.070.29
HSL307.35º39.52%51.37%-
HSV(B)307.35º54.44%70.59%-
XYZ28.9118.5739.11-
YUV121.11154.47170.01-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 41.86%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 168 (66.02% from 255) = 39.07%
R=41.86%
G=19.07%
B=39.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808216800.540.070.29307.3539.5251.37
HexB452A803671D1332833
Octal2641222500667354635063
Binary10110100101001010101000011011011111101100110011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B452A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B452A8; }

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

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

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

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

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

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

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

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