#B570AD

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

Shades of Violet Blue #B570AD

Tints of Violet Blue #B570AD

Color information

#B570AD (or 0xB570AD) is unknown color: approx Violet Blue. HEX triplet: B5, 70 and AD. RGB value is (181,112,173). Sum of RGB (Red+Green+Blue) = 181+112+173=466 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.84% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 173 (67.97% from 255 or 37.12% from 466); Max value from RGB is 181 - color contains mainly: red. Hex color #B570AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B570AD is #4A8F52. Grayscale: #8B8B8B. Windows color (decimal): -4886355 or 11366581. OLE color: 11366581.

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

Color convert

RGB181112173-
CMYK00.380.040.29
HSL306.96º31.8%57.45%-
HSV(B)306.96º38.12%70.98%-
XYZ32.3924.4342.54-
YUV139.58146.86157.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.84%
GREEN value IS 112 (44.14% from 255) = 24.03%
BLUE value IS 173 (67.97% from 255) = 37.12%
R=38.84%
G=24.03%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111217300.380.040.29306.9631.857.45
HexB570AD02641D1332039
Octal2651602550464354634071
Binary10110101111000010101101010011010011101100110011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570AD; }

 p { color: rgb(181,112,173); }

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

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

 a { background-color: rgb(181,112,173); }

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

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

 span { border-color: rgb(181,112,173); }

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