#B571B0

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

Shades of Violet Blue #B571B0

Tints of Violet Blue #B571B0

Color information

#B571B0 (or 0xB571B0) is unknown color: approx Violet Blue. HEX triplet: B5, 71 and B0. RGB value is (181,113,176). Sum of RGB (Red+Green+Blue) = 181+113+176=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 113 (44.53% from 255 or 24.04% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B571B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B571B0 is #4A8E4F. Grayscale: #8C8C8C. Windows color (decimal): -4886096 or 11563445. OLE color: 11563445.

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

Color convert

RGB181113176-
CMYK00.380.030.29
HSL304.41º31.48%57.65%-
HSV(B)304.41º37.57%70.98%-
XYZ32.824.7744.13-
YUV140.51148.03156.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 113 (44.53% from 255) = 24.04%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=38.51%
G=24.04%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111317600.380.030.29304.4131.4857.65
HexB571B002631D1301f3a
Octal2651612600463354603772
Binary101101011110001101100000100110111110110011000011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571B0; }

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

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

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

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

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

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

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

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