Html Css Color HEX #B50ECF Deep Magenta

📋 copy color: '#B50ECF'

red 181 ◦ green 14 ◦ blue 207

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

Shades of Deep Magenta #B50ECF

Tints of Deep Magenta #B50ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 45.02%
G = 3.48%
B = 51.49%

CMYK

 C value IS 0.13

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B50ECF (or 0xB50ECF) is known color: Deep Magenta. HEX triplet: B5, 0E and CF. RGB value is (181,14,207). Sum of RGB (Red+Green+Blue) = 181+14+207=402 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.02% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #B50ECF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50ECF is #4AF130. Grayscale: #555555. Windows color (decimal): -4911409 or 13569717. OLE color: 13569717.

HSL color Cylindrical-coordinate representation of color #B50ECF: hue angle of 291.92º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50ECF is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 14 207 -
CMYK 0.13 0.93 0 0.19
HSL 291.92º 0.87% 0.43% -
HSV(B) 291.92º 0.93% 0.81% -
XYZ 30.48 14.64 60.25 -
YUV 85.94 196.33 195.81 -
System Red Green Blue C M Y K H S L
Decimal 181 14 207 0.13 0.93 0 0.19 291.92 0.87 0.43
Hex B5 E CF D 5D 0 13 124 57 2B
Octal 265 16 317 15 135 0 23 444 127 53
Binary 10110101 1110 11001111 1101 1011101 0 10011 100100100 1010111 101011

Color Harmonies of #B50ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50ECF

Black with #B50ECF

Text Example


Text Example

White with #B50ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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