#B352A8

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

Shades of Violet Blue #B352A8

Tints of Violet Blue #B352A8

Color information

#B352A8 (or 0xB352A8) is unknown color: approx Violet Blue. HEX triplet: B3, 52 and A8. RGB value is (179,82,168). Sum of RGB (Red+Green+Blue) = 179+82+168=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 168 (66.02% from 255 or 39.16% from 429); Max value from RGB is 179 - color contains mainly: red. Hex color #B352A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B352A8 is #4CAD57. Grayscale: #787878. Windows color (decimal): -5025112 or 11031219. OLE color: 11031219.

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

Color convert

RGB17982168-
CMYK00.540.060.30
HSL306.8º38.96%51.18%-
HSV(B)306.8º54.19%70.2%-
XYZ28.6818.4539.09-
YUV120.81154.64169.51-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.72%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 168 (66.02% from 255) = 39.16%
R=41.72%
G=19.11%
B=39.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798216800.540.060.30306.838.9651.18
HexB352A803661E1332733
Octal2631222500666364634763
Binary10110011101001010101000011011011011110100110011100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B352A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B352A8; }

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

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

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

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

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

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

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

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