#B857A3

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

Shades of Violet Blue #B857A3

Tints of Violet Blue #B857A3

Color information

#B857A3 (or 0xB857A3) is unknown color: approx Violet Blue. HEX triplet: B8, 57 and A3. RGB value is (184,87,163). Sum of RGB (Red+Green+Blue) = 184+87+163=434 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.40% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 184 - color contains mainly: red. Hex color #B857A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B857A3 is #47A85C. Grayscale: #7C7C7C. Windows color (decimal): -4696157 or 10704824. OLE color: 10704824.

HSL color Cylindrical-coordinate representation of color #B857A3: hue angle of 312.99º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B857A3 is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.28.

Color convert

RGB18487163-
CMYK00.530.110.28
HSL312.99º40.59%53.14%-
HSV(B)312.99º52.72%72.16%-
XYZ29.7919.6536.87-
YUV124.67149.64170.32-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 42.40%
GREEN value IS 87 (34.38% from 255) = 20.05%
BLUE value IS 163 (64.06% from 255) = 37.56%
R=42.40%
G=20.05%
B=37.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848716300.530.110.28312.9940.5953.14
HexB857A3035B1C1392935
Octal27012724306513344715165
Binary101110001010111101000110110101101111100100111001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B857A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B857A3; }

 p { color: rgb(184,87,163); }

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

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

 a { background-color: rgb(184,87,163); }

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

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

 span { border-color: rgb(184,87,163); }

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