Html Css Color HEX #B50EBC Deep Magenta

📋 copy color: '#B50EBC'

red 181 ◦ green 14 ◦ blue 188

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

Shades of Deep Magenta #B50EBC

Tints of Deep Magenta #B50EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 47.26%
G = 3.66%
B = 49.09%

CMYK

 C value IS 0.04

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B50EBC (or 0xB50EBC) is known color: Deep Magenta. HEX triplet: B5, 0E and BC. RGB value is (181,14,188). Sum of RGB (Red+Green+Blue) = 181+14+188=383 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.26% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #B50EBC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B50EBC is #4AF143. Grayscale: #535353. Windows color (decimal): -4911428 or 12324533. OLE color: 12324533.

HSL color Cylindrical-coordinate representation of color #B50EBC: hue angle of 297.59º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50EBC is Cyan = 0.04, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 181 14 188 -
CMYK 0.04 0.93 0 0.26
HSL 297.59º 0.86% 0.4% -
HSV(B) 297.59º 0.93% 0.74% -
XYZ 28.29 13.77 48.74 -
YUV 83.77 186.83 197.35 -
System Red Green Blue C M Y K H S L
Decimal 181 14 188 0.04 0.93 0 0.26 297.59 0.86 0.4
Hex B5 E BC 4 5D 0 1A 12A 56 28
Octal 265 16 274 4 135 0 32 452 126 50
Binary 10110101 1110 10111100 100 1011101 0 11010 100101010 1010110 101000

Color Harmonies of #B50EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50EBC

Black with #B50EBC

Text Example


Text Example

White with #B50EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50EBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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