#B50FB9

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

Shades of Deep Magenta #B50FB9

Tints of Deep Magenta #B50FB9

Color information

#B50FB9 (or 0xB50FB9) is unknown color: approx Deep Magenta. HEX triplet: B5, 0F and B9. RGB value is (181,15,185). Sum of RGB (Red+Green+Blue) = 181+15+185=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 15 (6.25% from 255 or 3.94% from 381); Blue value is 185 (72.66% from 255 or 48.56% from 381); Max value from RGB is 185 - color contains mainly: blue. Hex color #B50FB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50FB9 is #4AF046. Grayscale: #535353. Windows color (decimal): -4911175 or 12128181. OLE color: 12128181.

HSL color Cylindrical-coordinate representation of color #B50FB9: hue angle of 298.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50FB9 is Cyan = 0.02, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB18115185-
CMYK0.020.9200.27
HSL298.59º85%39.22%-
HSV(B)298.59º91.89%72.55%-
XYZ27.9813.6747.06-
YUV84.01185197.18-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.51%
GREEN value IS 15 (6.25% from 255) = 3.94%
BLUE value IS 185 (72.66% from 255) = 48.56%
R=47.51%
G=3.94%
B=48.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181151850.020.9200.27298.598539.22
HexB5FB925C01B12b5527
Octal26517271213403345312547
Binary101101011111101110011010111000110111001010111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50FB9; }

 p { color: rgb(181,15,185); }

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

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

 a { background-color: rgb(181,15,185); }

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

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

 span { border-color: rgb(181,15,185); }

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