#B354A8

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

Shades of Violet Blue #B354A8

Tints of Violet Blue #B354A8

Color information

#B354A8 (or 0xB354A8) is unknown color: approx Violet Blue. HEX triplet: B3, 54 and A8. RGB value is (179,84,168). Sum of RGB (Red+Green+Blue) = 179+84+168=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 179 - color contains mainly: red. Hex color #B354A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B354A8 is #4CAB57. Grayscale: #797979. Windows color (decimal): -5024600 or 11031731. OLE color: 11031731.

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

Color convert

RGB17984168-
CMYK00.530.060.30
HSL306.95º38.46%51.57%-
HSV(B)306.95º53.07%70.2%-
XYZ28.8318.7539.15-
YUV121.98153.97168.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 41.53%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 168 (66.02% from 255) = 38.98%
R=41.53%
G=19.49%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798416800.530.060.30306.9538.4651.57
HexB354A803561E1332634
Octal2631242500656364634664
Binary10110011101010010101000011010111011110100110011100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B354A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B354A8; }

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

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

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

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

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

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

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

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