#B50EBE

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

Shades of Deep Magenta #B50EBE

Tints of Deep Magenta #B50EBE

Color information

#B50EBE (or 0xB50EBE) is unknown color: approx Deep Magenta. HEX triplet: B5, 0E and BE. RGB value is (181,14,190). Sum of RGB (Red+Green+Blue) = 181+14+190=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 14 (5.86% from 255 or 3.64% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #B50EBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50EBE is #4AF141. Grayscale: #535353. Windows color (decimal): -4911426 or 12455605. OLE color: 12455605.

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

Color convert

RGB18114190-
CMYK0.050.9300.25
HSL296.93º86.27%40%-
HSV(B)296.93º92.63%74.51%-
XYZ28.5113.8649.89-
YUV84187.83197.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 14 (5.86% from 255) = 3.64%
BLUE value IS 190 (74.61% from 255) = 49.35%
R=47.01%
G=3.64%
B=49.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181141900.050.9300.25296.9386.2740
HexB5EBE55D0191295628
Octal26516276513503145112650
Binary1011010111101011111010110111010110011001010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50EBE; }

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

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

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

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

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

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

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

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