#B558A4

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

Shades of Violet Blue #B558A4

Tints of Violet Blue #B558A4

Color information

#B558A4 (or 0xB558A4) is unknown color: approx Violet Blue. HEX triplet: B5, 58 and A4. RGB value is (181,88,164). Sum of RGB (Red+Green+Blue) = 181+88+164=433 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.80% from 433); Green value is 88 (34.77% from 255 or 20.32% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 181 - color contains mainly: red. Hex color #B558A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558A4 is #4AA75B. Grayscale: #7C7C7C. Windows color (decimal): -4892508 or 10770613. OLE color: 10770613.

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

Color convert

RGB18188164-
CMYK00.510.090.29
HSL310.97º38.59%52.75%-
HSV(B)310.97º51.38%70.98%-
XYZ29.2519.4837.34-
YUV124.47150.31168.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.80%
GREEN value IS 88 (34.77% from 255) = 20.32%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=41.80%
G=20.32%
B=37.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818816400.510.090.29310.9738.5952.75
HexB558A403391D1372735
Octal26513024406311354674765
Binary101101011011000101001000110011100111101100110111100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B558A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B558A4; }

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

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

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

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

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

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

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

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