#B558A8

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

Shades of Violet Blue #B558A8

Tints of Violet Blue #B558A8

Color information

#B558A8 (or 0xB558A8) is unknown color: approx Violet Blue. HEX triplet: B5, 58 and A8. RGB value is (181,88,168). Sum of RGB (Red+Green+Blue) = 181+88+168=437 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.42% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 181 - color contains mainly: red. Hex color #B558A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558A8 is #4AA757. Grayscale: #7C7C7C. Windows color (decimal): -4892504 or 11032757. OLE color: 11032757.

HSL color Cylindrical-coordinate representation of color #B558A8: hue angle of 308.39º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B558A8 is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.29.

Color convert

RGB18188168-
CMYK00.510.070.29
HSL308.39º38.59%52.75%-
HSV(B)308.39º51.38%70.98%-
XYZ29.6119.6339.27-
YUV124.93152.31168-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.42%
GREEN value IS 88 (34.77% from 255) = 20.14%
BLUE value IS 168 (66.02% from 255) = 38.44%
R=41.42%
G=20.14%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.07
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818816800.510.070.29308.3938.5952.75
HexB558A803371D1342735
Octal2651302500637354644765
Binary10110101101100010101000011001111111101100110100100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B558A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B558A8; }

 p { color: rgb(181,88,168); }

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

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

 a { background-color: rgb(181,88,168); }

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

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

 span { border-color: rgb(181,88,168); }

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