#B558A7

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

Shades of Violet Blue #B558A7

Tints of Violet Blue #B558A7

Color information

#B558A7 (or 0xB558A7) is unknown color: approx Violet Blue. HEX triplet: B5, 58 and A7. RGB value is (181,88,167). Sum of RGB (Red+Green+Blue) = 181+88+167=436 (57% of max value = 765). Red value is 181 (71.09% from 255 or 41.51% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 181 - color contains mainly: red. Hex color #B558A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B558A7 is #4AA758. Grayscale: #7C7C7C. Windows color (decimal): -4892505 or 10967221. OLE color: 10967221.

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

Color convert

RGB18188167-
CMYK00.510.080.29
HSL309.03º38.59%52.75%-
HSV(B)309.03º51.38%70.98%-
XYZ29.5219.5938.79-
YUV124.81151.81168.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 41.51%
GREEN value IS 88 (34.77% from 255) = 20.18%
BLUE value IS 167 (65.62% from 255) = 38.30%
R=41.51%
G=20.18%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818816700.510.080.29309.0338.5952.75
HexB558A703381D1352735
Octal26513024706310354654765
Binary101101011011000101001110110011100011101100110101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B558A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B558A7; }

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

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

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

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

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

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

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

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