#B511A3

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

Shades of Medium Violet Red #B511A3

Tints of Medium Violet Red #B511A3

Color information

#B511A3 (or 0xB511A3) is unknown color: approx Medium Violet Red. HEX triplet: B5, 11 and A3. RGB value is (181,17,163). Sum of RGB (Red+Green+Blue) = 181+17+163=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 17 (7.03% from 255 or 4.71% from 361); Blue value is 163 (64.06% from 255 or 45.15% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B511A3 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511A3 is #4AEE5C. Grayscale: #525252. Windows color (decimal): -4910685 or 10686901. OLE color: 10686901.

HSL color Cylindrical-coordinate representation of color #B511A3: hue angle of 306.59º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B511A3 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB18117163-
CMYK00.910.100.29
HSL306.59º82.83%38.82%-
HSV(B)306.59º90.61%70.98%-
XYZ25.8712.8735.77-
YUV82.68173.33198.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 17 (7.03% from 255) = 4.71%
BLUE value IS 163 (64.06% from 255) = 45.15%
R=50.14%
G=4.71%
B=45.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811716300.910.100.29306.5982.8338.82
HexB511A305BA1D1335327
Octal265212430133123546312347
Binary101101011000110100011010110111010111011001100111010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B511A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B511A3; }

 p { color: rgb(181,17,163); }

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

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

 a { background-color: rgb(181,17,163); }

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

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

 span { border-color: rgb(181,17,163); }

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