Html Css Color HEX #B50EDA Deep Magenta

📋 copy color: '#B50EDA'

red 181 ◦ green 14 ◦ blue 218

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

Shades of Deep Magenta #B50EDA

Tints of Deep Magenta #B50EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.78%

R = 43.83%
G = 3.39%
B = 52.78%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B50EDA (or 0xB50EDA) is known color: Deep Magenta. HEX triplet: B5, 0E and DA. RGB value is (181,14,218). Sum of RGB (Red+Green+Blue) = 181+14+218=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #B50EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50EDA is #4AF125. Grayscale: #565656. Windows color (decimal): -4911398 or 14290613. OLE color: 14290613.

HSL color Cylindrical-coordinate representation of color #B50EDA: hue angle of 289.12º 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 #B50EDA is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 181 14 218 -
CMYK 0.17 0.94 0 0.15
HSL 289.12º 0.88% 0.45% -
HSV(B) 289.12º 0.94% 0.85% -
XYZ 31.87 15.2 67.58 -
YUV 87.19 201.83 194.91 -
System Red Green Blue C M Y K H S L
Decimal 181 14 218 0.17 0.94 0 0.15 289.12 0.88 0.45
Hex B5 E DA 11 5E 0 F 121 58 2D
Octal 265 16 332 21 136 0 17 441 130 55
Binary 10110101 1110 11011010 10001 1011110 0 1111 100100001 1011000 101101

Color Harmonies of #B50EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50EDA

Black with #B50EDA

Text Example


Text Example

White with #B50EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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