#B51EA4

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

Shades of Medium Violet Red #B51EA4

Tints of Medium Violet Red #B51EA4

Color information

#B51EA4 (or 0xB51EA4) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1E and A4. RGB value is (181,30,164). Sum of RGB (Red+Green+Blue) = 181+30+164=375 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.27% from 375); Green value is 30 (12.11% from 255 or 8% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 181 - color contains mainly: red. Hex color #B51EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51EA4 is #4AE15B. Grayscale: #5A5A5A. Windows color (decimal): -4907356 or 10755765. OLE color: 10755765.

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

Color convert

RGB18130164-
CMYK00.830.090.29
HSL306.75º71.56%41.37%-
HSV(B)306.75º83.43%70.98%-
XYZ26.2213.4336.33-
YUV90.42169.53192.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.27%
GREEN value IS 30 (12.11% from 255) = 8%
BLUE value IS 164 (64.45% from 255) = 43.73%
R=48.27%
G=8%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813016400.830.090.29306.7571.5641.37
HexB51EA405391D1334829
Octal265362440123113546311051
Binary101101011111010100100010100111001111011001100111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51EA4; }

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

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

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

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

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

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

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

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