#B558AA

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

Shades of Violet Blue #B558AA

Tints of Violet Blue #B558AA

Color information

#B558AA (or 0xB558AA) is unknown color: approx Violet Blue. HEX triplet: B5, 58 and AA. RGB value is (181,88,170). Sum of RGB (Red+Green+Blue) = 181+88+170=439 (58% of max value = 765). Red value is 181 (71.09% from 255 or 41.23% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 181 - color contains mainly: red. Hex color #B558AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558AA is #4AA755. Grayscale: #7C7C7C. Windows color (decimal): -4892502 or 11163829. OLE color: 11163829.

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

Color convert

RGB18188170-
CMYK00.510.060.29
HSL307.1º38.59%52.75%-
HSV(B)307.1º51.38%70.98%-
XYZ29.819.7140.26-
YUV125.16153.31167.83-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.23%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 170 (66.80% from 255) = 38.72%
R=41.23%
G=20.05%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818817000.510.060.29307.138.5952.75
HexB558AA03361D1332735
Octal2651302520636354634765
Binary10110101101100010101010011001111011101100110011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B558AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B558AA; }

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

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

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

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

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

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

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

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