#B571AC

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

Shades of Violet Blue #B571AC

Tints of Violet Blue #B571AC

Color information

#B571AC (or 0xB571AC) is unknown color: approx Violet Blue. HEX triplet: B5, 71 and AC. RGB value is (181,113,172). Sum of RGB (Red+Green+Blue) = 181+113+172=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 172 (67.58% from 255 or 36.91% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B571AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B571AC is #4A8E53. Grayscale: #8B8B8B. Windows color (decimal): -4886100 or 11301301. OLE color: 11301301.

HSL color Cylindrical-coordinate representation of color #B571AC: hue angle of 307.94º 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 #B571AC is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB181113172-
CMYK00.380.050.29
HSL307.94º31.48%57.65%-
HSV(B)307.94º37.57%70.98%-
XYZ32.4124.6142.07-
YUV140.06146.03157.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 172 (67.58% from 255) = 36.91%
R=38.84%
G=24.25%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111317200.380.050.29307.9431.4857.65
HexB571AC02651D1341f3a
Octal2651612540465354643772
Binary1011010111100011010110001001101011110110011010011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B571AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B571AC; }

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

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

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

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

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

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

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

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