#B569B0

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

Shades of Violet Blue #B569B0

Tints of Violet Blue #B569B0

Color information

#B569B0 (or 0xB569B0) is unknown color: approx Violet Blue. HEX triplet: B5, 69 and B0. RGB value is (181,105,176). Sum of RGB (Red+Green+Blue) = 181+105+176=462 (61% of max value = 765). Red value is 181 (71.09% from 255 or 39.18% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 176 (69.14% from 255 or 38.10% from 462); Max value from RGB is 181 - color contains mainly: red. Hex color #B569B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B569B0 is #4A964F. Grayscale: #878787. Windows color (decimal): -4888144 or 11561397. OLE color: 11561397.

HSL color Cylindrical-coordinate representation of color #B569B0: hue angle of 303.95º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B569B0 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.29.

Color convert

RGB181105176-
CMYK00.420.030.29
HSL303.95º33.93%56.08%-
HSV(B)303.95º41.99%70.98%-
XYZ31.9423.0643.84-
YUV135.82150.68160.23-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.18%
GREEN value IS 105 (41.41% from 255) = 22.73%
BLUE value IS 176 (69.14% from 255) = 38.10%
R=39.18%
G=22.73%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18110517600.420.030.29303.9533.9356.08
HexB569B002A31D1302238
Octal2651512600523354604270
Binary1011010111010011011000001010101111101100110000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B569B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B569B0; }

 p { color: rgb(181,105,176); }

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

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

 a { background-color: rgb(181,105,176); }

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

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

 span { border-color: rgb(181,105,176); }

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