#B511A4

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

Shades of Medium Violet Red #B511A4

Tints of Medium Violet Red #B511A4

Color information

#B511A4 (or 0xB511A4) is unknown color: approx Medium Violet Red. HEX triplet: B5, 11 and A4. RGB value is (181,17,164). Sum of RGB (Red+Green+Blue) = 181+17+164=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 164 (64.45% from 255 or 45.30% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B511A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B511A4 is #4AEE5B. Grayscale: #525252. Windows color (decimal): -4910684 or 10752437. OLE color: 10752437.

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

Color convert

RGB18117164-
CMYK00.910.090.29
HSL306.22º82.83%38.82%-
HSV(B)306.22º90.61%70.98%-
XYZ25.9612.936.24-
YUV82.79173.83198.05-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 50%
GREEN value IS 17 (7.03% from 255) = 4.70%
BLUE value IS 164 (64.45% from 255) = 45.30%
R=50%
G=4.70%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811716400.910.090.29306.2282.8338.82
HexB511A405B91D1325327
Octal265212440133113546212347
Binary101101011000110100100010110111001111011001100101010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B511A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B511A4; }

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

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

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

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

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

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

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

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