#B51FBE

Color #B51FBE Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B51FBE

Tints of Deep Magenta #B51FBE

Color information

#B51FBE (or 0xB51FBE) is unknown color: approx Deep Magenta. HEX triplet: B5, 1F and BE. RGB value is (181,31,190). Sum of RGB (Red+Green+Blue) = 181+31+190=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #B51FBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B51FBE is #4AE041. Grayscale: #5D5D5D. Windows color (decimal): -4907074 or 12459957. OLE color: 12459957.

HSL color Cylindrical-coordinate representation of color #B51FBE: hue angle of 296.6º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B51FBE is Cyan = 0.05, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB18131190-
CMYK0.050.8400.25
HSL296.6º71.95%43.33%-
HSV(B)296.6º83.68%74.51%-
XYZ28.8414.5250-
YUV93.98182.2190.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 45.02%
GREEN value IS 31 (12.5% from 255) = 7.71%
BLUE value IS 190 (74.61% from 255) = 47.26%
R=45.02%
G=7.71%
B=47.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181311900.050.8400.25296.671.9543.33
HexB51FBE554019129482b
Octal26537276512403145111053
Binary10110101111111011111010110101000110011001010011001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B51FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B51FBE; }

 p { color: rgb(181,31,190); }

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

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

 a { background-color: rgb(181,31,190); }

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

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

 span { border-color: rgb(181,31,190); }

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