#B552A0

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

Shades of Violet Blue #B552A0

Tints of Violet Blue #B552A0

Color information

#B552A0 (or 0xB552A0) is unknown color: approx Violet Blue. HEX triplet: B5, 52 and A0. RGB value is (181,82,160). Sum of RGB (Red+Green+Blue) = 181+82+160=423 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.79% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 181 - color contains mainly: red. Hex color #B552A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B552A0 is #4AAD5F. Grayscale: #787878. Windows color (decimal): -4894048 or 10506933. OLE color: 10506933.

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

Color convert

RGB18182160-
CMYK00.550.120.29
HSL312.73º40.08%51.57%-
HSV(B)312.73º54.7%70.98%-
XYZ28.4218.435.31-
YUV120.49150.3171.16-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.79%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 160 (62.89% from 255) = 37.83%
R=42.79%
G=19.39%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818216000.550.120.29312.7340.0851.57
HexB552A0037C1D1392834
Octal26512224006714354715064
Binary101101011010010101000000110111110011101100111001101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B552A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B552A0; }

 p { color: rgb(181,82,160); }

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

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

 a { background-color: rgb(181,82,160); }

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

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

 span { border-color: rgb(181,82,160); }

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