#B0569B

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

Shades of Violet Blue #B0569B

Tints of Violet Blue #B0569B

Color information

#B0569B (or 0xB0569B) is unknown color: approx Violet Blue. HEX triplet: B0, 56 and 9B. RGB value is (176,86,155). Sum of RGB (Red+Green+Blue) = 176+86+155=417 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.21% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 176 - color contains mainly: red. Hex color #B0569B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0569B is #4FA964. Grayscale: #787878. Windows color (decimal): -5220709 or 10180272. OLE color: 10180272.

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

Color convert

RGB17686155-
CMYK00.510.120.31
HSL314º36.29%51.37%-
HSV(B)314º51.14%69.02%-
XYZ27.1518.2533.1-
YUV120.78147.32167.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.21%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 155 (60.94% from 255) = 37.17%
R=42.21%
G=20.62%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768615500.510.120.3131436.2951.37
HexB0569B033C1F13a2433
Octal26012623306314374724463
Binary101100001010110100110110110011110011111100111010100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0569B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0569B; }

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

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

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

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

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

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

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

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