#B51EA7

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

Shades of Medium Violet Red #B51EA7

Tints of Medium Violet Red #B51EA7

Color information

#B51EA7 (or 0xB51EA7) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1E and A7. RGB value is (181,30,167). Sum of RGB (Red+Green+Blue) = 181+30+167=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 30 (12.11% from 255 or 7.94% from 378); Blue value is 167 (65.62% from 255 or 44.18% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B51EA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51EA7 is #4AE158. Grayscale: #5A5A5A. Windows color (decimal): -4907353 or 10952373. OLE color: 10952373.

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

Color convert

RGB18130167-
CMYK00.830.080.29
HSL305.56º71.56%41.37%-
HSV(B)305.56º83.43%70.98%-
XYZ26.513.5437.78-
YUV90.77171.03192.36-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 30 (12.11% from 255) = 7.94%
BLUE value IS 167 (65.62% from 255) = 44.18%
R=47.88%
G=7.94%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1813016700.830.080.29305.5671.5641.37
HexB51EA705381D1324829
Octal265362470123103546211051
Binary101101011111010100111010100111000111011001100101001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51EA7; }

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

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

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

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

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

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

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

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