#B0569C

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

Shades of Violet Blue #B0569C

Tints of Violet Blue #B0569C

Color information

#B0569C (or 0xB0569C) is unknown color: approx Violet Blue. HEX triplet: B0, 56 and 9C. RGB value is (176,86,156). Sum of RGB (Red+Green+Blue) = 176+86+156=418 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.11% from 418); Green value is 86 (33.98% from 255 or 20.57% from 418); Blue value is 156 (61.33% from 255 or 37.32% from 418); Max value from RGB is 176 - color contains mainly: red. Hex color #B0569C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0569C is #4FA963. Grayscale: #787878. Windows color (decimal): -5220708 or 10245808. OLE color: 10245808.

HSL color Cylindrical-coordinate representation of color #B0569C: hue angle of 313.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B0569C is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.31.

Color convert

RGB17686156-
CMYK00.510.110.31
HSL313.33º36.29%51.37%-
HSV(B)313.33º51.14%69.02%-
XYZ27.2318.2933.55-
YUV120.89147.82167.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.11%
GREEN value IS 86 (33.98% from 255) = 20.57%
BLUE value IS 156 (61.33% from 255) = 37.32%
R=42.11%
G=20.57%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768615600.510.110.31313.3336.2951.37
HexB0569C033B1F1392433
Octal26012623406313374714463
Binary101100001010110100111000110011101111111100111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0569C; }

 p { color: rgb(176,86,156); }

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

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

 a { background-color: rgb(176,86,156); }

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

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

 span { border-color: rgb(176,86,156); }

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