#B3569E

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

Shades of Violet Blue #B3569E

Tints of Violet Blue #B3569E

Color information

#B3569E (or 0xB3569E) is unknown color: approx Violet Blue. HEX triplet: B3, 56 and 9E. RGB value is (179,86,158). Sum of RGB (Red+Green+Blue) = 179+86+158=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 158 (62.11% from 255 or 37.35% from 423); Max value from RGB is 179 - color contains mainly: red. Hex color #B3569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3569E is #4CA961. Grayscale: #797979. Windows color (decimal): -5024098 or 10376883. OLE color: 10376883.

HSL color Cylindrical-coordinate representation of color #B3569E: hue angle of 313.55º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3569E is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB17986158-
CMYK00.520.120.30
HSL313.55º37.96%51.96%-
HSV(B)313.55º51.96%70.2%-
XYZ28.0918.7134.48-
YUV122.02148.31168.65-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 42.32%
GREEN value IS 86 (33.98% from 255) = 20.33%
BLUE value IS 158 (62.11% from 255) = 37.35%
R=42.32%
G=20.33%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1798615800.520.120.30313.5537.9651.96
HexB3569E034C1E13a2634
Octal26312623606414364724664
Binary101100111010110100111100110100110011110100111010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3569E; }

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

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

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

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

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

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

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

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