#B552A6

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

Shades of Violet Blue #B552A6

Tints of Violet Blue #B552A6

Color information

#B552A6 (or 0xB552A6) is unknown color: approx Violet Blue. HEX triplet: B5, 52 and A6. RGB value is (181,82,166). Sum of RGB (Red+Green+Blue) = 181+82+166=429 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.19% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 166 (65.23% from 255 or 38.69% from 429); Max value from RGB is 181 - color contains mainly: red. Hex color #B552A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B552A6 is #4AAD59. Grayscale: #787878. Windows color (decimal): -4894042 or 10900149. OLE color: 10900149.

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

Color convert

RGB18182166-
CMYK00.550.080.29
HSL309.09º40.08%51.57%-
HSV(B)309.09º54.7%70.98%-
XYZ28.9618.6138.14-
YUV121.18153.3170.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.19%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 166 (65.23% from 255) = 38.69%
R=42.19%
G=19.11%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818216600.550.080.29309.0940.0851.57
HexB552A603781D1352834
Octal26512224606710354655064
Binary101101011010010101001100110111100011101100110101101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B552A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B552A6; }

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

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

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

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

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

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

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

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