#B51B9E

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

Shades of Medium Violet Red #B51B9E

Tints of Medium Violet Red #B51B9E

Color information

#B51B9E (or 0xB51B9E) is unknown color: approx Medium Violet Red. HEX triplet: B5, 1B and 9E. RGB value is (181,27,158). Sum of RGB (Red+Green+Blue) = 181+27+158=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 27 (10.94% from 255 or 7.38% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B51B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B51B9E is #4AE461. Grayscale: #575757. Windows color (decimal): -4908130 or 10361781. OLE color: 10361781.

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

Color convert

RGB18127158-
CMYK00.850.130.29
HSL308.96º74.04%40.78%-
HSV(B)308.96º85.08%70.98%-
XYZ25.6213.0833.52-
YUV87.98167.52194.35-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 49.45%
GREEN value IS 27 (10.94% from 255) = 7.38%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=49.45%
G=7.38%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1812715800.850.130.29308.9674.0440.78
HexB51B9E055D1D1354a29
Octal265332360125153546511251
Binary101101011101110011110010101011101111011001101011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51B9E; }

 p { color: rgb(181,27,158); }

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

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

 a { background-color: rgb(181,27,158); }

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

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

 span { border-color: rgb(181,27,158); }

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