Html Css Color HEX #B50EDC Deep Magenta

📋 copy color: '#B50EDC'

red 181 ◦ green 14 ◦ blue 220

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

Shades of Deep Magenta #B50EDC

Tints of Deep Magenta #B50EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.01%

R = 43.61%
G = 3.37%
B = 53.01%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B50EDC (or 0xB50EDC) is known color: Deep Magenta. HEX triplet: B5, 0E and DC. RGB value is (181,14,220). Sum of RGB (Red+Green+Blue) = 181+14+220=415 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.61% from 415); Green value is 14 (5.86% from 255 or 3.37% from 415); Blue value is 220 (86.33% from 255 or 53.01% from 415); Max value from RGB is 220 - color contains mainly: blue. Hex color #B50EDC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50EDC is #4AF123. Grayscale: #565656. Windows color (decimal): -4911396 or 14421685. OLE color: 14421685.

HSL color Cylindrical-coordinate representation of color #B50EDC: hue angle of 288.64º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B50EDC is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 181 14 220 -
CMYK 0.18 0.94 0 0.14
HSL 288.64º 0.88% 0.46% -
HSV(B) 288.64º 0.94% 0.86% -
XYZ 32.13 15.31 68.97 -
YUV 87.42 202.83 194.75 -
System Red Green Blue C M Y K H S L
Decimal 181 14 220 0.18 0.94 0 0.14 288.64 0.88 0.46
Hex B5 E DC 12 5E 0 E 121 58 2E
Octal 265 16 334 22 136 0 16 441 130 56
Binary 10110101 1110 11011100 10010 1011110 0 1110 100100001 1011000 101110

Color Harmonies of #B50EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50EDC

Black with #B50EDC

Text Example


Text Example

White with #B50EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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