#B570AE

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

Shades of Violet Blue #B570AE

Tints of Violet Blue #B570AE

Color information

#B570AE (or 0xB570AE) is unknown color: approx Violet Blue. HEX triplet: B5, 70 and AE. RGB value is (181,112,174). Sum of RGB (Red+Green+Blue) = 181+112+174=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 174 (68.36% from 255 or 37.26% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B570AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B570AE is #4A8F51. Grayscale: #8B8B8B. Windows color (decimal): -4886354 or 11432117. OLE color: 11432117.

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

Color convert

RGB181112174-
CMYK00.380.040.29
HSL306.09º31.8%57.45%-
HSV(B)306.09º38.12%70.98%-
XYZ32.4924.4743.05-
YUV139.7147.36157.46-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 112 (44.14% from 255) = 23.98%
BLUE value IS 174 (68.36% from 255) = 37.26%
R=38.76%
G=23.98%
B=37.26%

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
Decimal18111217400.380.040.29306.0931.857.45
HexB570AE02641D1322039
Octal2651602560464354624071
Binary10110101111000010101110010011010011101100110010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B570AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B570AE; }

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

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

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

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

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

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

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

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