#B5569E

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

Shades of Violet Blue #B5569E

Tints of Violet Blue #B5569E

Color information

#B5569E (or 0xB5569E) is unknown color: approx Violet Blue. HEX triplet: B5, 56 and 9E. RGB value is (181,86,158). Sum of RGB (Red+Green+Blue) = 181+86+158=425 (56% of max value = 765). Red value is 181 (71.09% from 255 or 42.59% from 425); Green value is 86 (33.98% from 255 or 20.24% from 425); Blue value is 158 (62.11% from 255 or 37.18% from 425); Max value from RGB is 181 - color contains mainly: red. Hex color #B5569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B5569E is #4AA961. Grayscale: #7A7A7A. Windows color (decimal): -4893026 or 10376885. OLE color: 10376885.

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

Color convert

RGB18186158-
CMYK00.520.130.29
HSL314.53º39.09%52.35%-
HSV(B)314.53º52.49%70.98%-
XYZ28.5618.9534.5-
YUV122.61147.97169.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 42.59%
GREEN value IS 86 (33.98% from 255) = 20.24%
BLUE value IS 158 (62.11% from 255) = 37.18%
R=42.59%
G=20.24%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1818615800.520.130.29314.5339.0952.35
HexB5569E034D1D13b2734
Octal26512623606415354734764
Binary101101011010110100111100110100110111101100111011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5569E; }

 p { color: rgb(181,86,158); }

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

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

 a { background-color: rgb(181,86,158); }

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

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

 span { border-color: rgb(181,86,158); }

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