Html Css Color HEX #B50ED8 Deep Magenta

📋 copy color: '#B50ED8'

red 181 ◦ green 14 ◦ blue 216

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

Shades of Deep Magenta #B50ED8

Tints of Deep Magenta #B50ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 52.55%

R = 44.04%
G = 3.41%
B = 52.55%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B50ED8 (or 0xB50ED8) is known color: Deep Magenta. HEX triplet: B5, 0E and D8. RGB value is (181,14,216). Sum of RGB (Red+Green+Blue) = 181+14+216=411 (54% of max value = 765). Red value is 181 (71.09% from 255 or 44.04% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 216 (84.77% from 255 or 52.55% from 411); Max value from RGB is 216 - color contains mainly: blue. Hex color #B50ED8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50ED8 is #4AF127. Grayscale: #565656. Windows color (decimal): -4911400 or 14159541. OLE color: 14159541.

HSL color Cylindrical-coordinate representation of color #B50ED8: hue angle of 289.6º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50ED8 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 14 216 -
CMYK 0.16 0.94 0 0.15
HSL 289.6º 0.88% 0.45% -
HSV(B) 289.6º 0.94% 0.85% -
XYZ 31.61 15.1 66.21 -
YUV 86.96 200.83 195.07 -
System Red Green Blue C M Y K H S L
Decimal 181 14 216 0.16 0.94 0 0.15 289.6 0.88 0.45
Hex B5 E D8 10 5E 0 F 122 58 2D
Octal 265 16 330 20 136 0 17 442 130 55
Binary 10110101 1110 11011000 10000 1011110 0 1111 100100010 1011000 101101

Color Harmonies of #B50ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50ED8

Black with #B50ED8

Text Example


Text Example

White with #B50ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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