#B0569F

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

Shades of Violet Blue #B0569F

Tints of Violet Blue #B0569F

Color information

#B0569F (or 0xB0569F) is unknown color: approx Violet Blue. HEX triplet: B0, 56 and 9F. RGB value is (176,86,159). Sum of RGB (Red+Green+Blue) = 176+86+159=421 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.81% from 421); Green value is 86 (33.98% from 255 or 20.43% from 421); Blue value is 159 (62.5% from 255 or 37.77% from 421); Max value from RGB is 176 - color contains mainly: red. Hex color #B0569F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0569F is #4FA960. Grayscale: #797979. Windows color (decimal): -5220705 or 10442416. OLE color: 10442416.

HSL color Cylindrical-coordinate representation of color #B0569F: hue angle of 311.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 #B0569F is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17686159-
CMYK00.510.100.31
HSL311.33º36.29%51.37%-
HSV(B)311.33º51.14%69.02%-
XYZ27.4918.3934.9-
YUV121.23149.32167.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 41.81%
GREEN value IS 86 (33.98% from 255) = 20.43%
BLUE value IS 159 (62.5% from 255) = 37.77%
R=41.81%
G=20.43%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768615900.510.100.31311.3336.2951.37
HexB0569F033A1F1372433
Octal26012623706312374674463
Binary101100001010110100111110110011101011111100110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0569F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0569F; }

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

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

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

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

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

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

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

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