Html Css Color HEX #B50EB2 Deep Magenta

📋 copy color: '#B50EB2'

red 181 ◦ green 14 ◦ blue 178

#B50EB2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #B50EB2

Tints of Deep Magenta #B50EB2

RGB

 RED value IS 181 (71.09% from 255) = 48.53%

 GREEN value IS 14 (5.86% from 255) = 3.75%

 BLUE value IS 178 (69.92% from 255) = 47.72%

R = 48.53%
G = 3.75%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.29

RGB Variations

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

Color information

#B50EB2 (or 0xB50EB2) is known color: Deep Magenta. HEX triplet: B5, 0E and B2. RGB value is (181,14,178). Sum of RGB (Red+Green+Blue) = 181+14+178=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B50EB2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B50EB2 is #4AF14D. Grayscale: #525252. Windows color (decimal): -4911438 or 11669173. OLE color: 11669173.

HSL color Cylindrical-coordinate representation of color #B50EB2: hue angle of 301.08º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B50EB2 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 14 178 -
CMYK 0 0.92 0.02 0.29
HSL 301.08º 0.86% 0.38% -
HSV(B) 301.08º 0.92% 0.71% -
XYZ 27.25 13.35 43.26 -
YUV 82.63 181.83 198.16 -
System Red Green Blue C M Y K H S L
Decimal 181 14 178 0 0.92 0.02 0.29 301.08 0.86 0.38
Hex B5 E B2 0 5C 2 1D 12D 56 26
Octal 265 16 262 0 134 2 35 455 126 46
Binary 10110101 1110 10110010 0 1011100 10 11101 100101101 1010110 100110

Color Harmonies of #B50EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50EB2

Black with #B50EB2

Text Example


Text Example

White with #B50EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50EB2; }

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

 H1.HeaderClassName
 {
   color: #B50EB2;
 }
 .AnyTagClassName
 {
   color: #B50EB2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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