Html Css Color HEX #B50EB8 Deep Magenta

📋 copy color: '#B50EB8'

red 181 ◦ green 14 ◦ blue 184

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

Shades of Deep Magenta #B50EB8

Tints of Deep Magenta #B50EB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 48.55%

R = 47.76%
G = 3.69%
B = 48.55%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B50EB8 (or 0xB50EB8) is known color: Deep Magenta. HEX triplet: B5, 0E and B8. RGB value is (181,14,184). Sum of RGB (Red+Green+Blue) = 181+14+184=379 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.76% from 379); Green value is 14 (5.86% from 255 or 3.69% from 379); Blue value is 184 (72.27% from 255 or 48.55% from 379); Max value from RGB is 184 - color contains mainly: blue. Hex color #B50EB8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50EB8 is #4AF147. Grayscale: #525252. Windows color (decimal): -4911432 or 12062389. OLE color: 12062389.

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

Color convert

RGB 181 14 184 -
CMYK 0.02 0.92 0 0.28
HSL 298.94º 0.86% 0.39% -
HSV(B) 298.94º 0.92% 0.72% -
XYZ 27.86 13.6 46.5 -
YUV 83.31 184.83 197.68 -
System Red Green Blue C M Y K H S L
Decimal 181 14 184 0.02 0.92 0 0.28 298.94 0.86 0.39
Hex B5 E B8 2 5C 0 1C 12B 56 27
Octal 265 16 270 2 134 0 34 453 126 47
Binary 10110101 1110 10111000 10 1011100 0 11100 100101011 1010110 100111

Color Harmonies of #B50EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50EB8

Black with #B50EB8

Text Example


Text Example

White with #B50EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50EB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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