#B51EAB

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

Shades of Medium Violet Red #B51EAB

Tints of Medium Violet Red #B51EAB

Color information

#B51EAB (or 0xB51EAB) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1E and AB. RGB value is (181,30,171). Sum of RGB (Red+Green+Blue) = 181+30+171=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 30 (12.11% from 255 or 7.85% from 382); Blue value is 171 (67.19% from 255 or 44.76% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B51EAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51EAB is #4AE154. Grayscale: #5A5A5A. Windows color (decimal): -4907349 or 11214517. OLE color: 11214517.

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

Color convert

RGB18130171-
CMYK00.830.060.29
HSL303.97º71.56%41.37%-
HSV(B)303.97º83.43%70.98%-
XYZ26.8713.6939.75-
YUV91.22173.03192.04-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.38%
GREEN value IS 30 (12.11% from 255) = 7.85%
BLUE value IS 171 (67.19% from 255) = 44.76%
R=47.38%
G=7.85%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813017100.830.060.29303.9771.5641.37
HexB51EAB05361D1304829
Octal26536253012363546011051
Binary10110101111101010101101010011110111011001100001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51EAB; }

 p { color: rgb(181,30,171); }

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

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

 a { background-color: rgb(181,30,171); }

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

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

 span { border-color: rgb(181,30,171); }

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