Html Css Color HEX #B80ECA Deep Magenta

📋 copy color: '#B80ECA'

red 184 ◦ green 14 ◦ blue 202

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

Shades of Deep Magenta #B80ECA

Tints of Deep Magenta #B80ECA

RGB

 RED value IS 184 (72.27% from 255) = 46%

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

 BLUE value IS 202 (79.3% from 255) = 50.5%

R = 46%
G = 3.5%
B = 50.5%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B80ECA (or 0xB80ECA) is known color: Deep Magenta. HEX triplet: B8, 0E and CA. RGB value is (184,14,202). Sum of RGB (Red+Green+Blue) = 184+14+202=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #B80ECA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ECA is #47F135. Grayscale: #555555. Windows color (decimal): -4714806 or 13242040. OLE color: 13242040.

HSL color Cylindrical-coordinate representation of color #B80ECA: hue angle of 294.26º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80ECA is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 14 202 -
CMYK 0.09 0.93 0 0.21
HSL 294.26º 0.87% 0.42% -
HSV(B) 294.26º 0.93% 0.79% -
XYZ 30.58 14.77 57.12 -
YUV 86.26 193.32 197.71 -
System Red Green Blue C M Y K H S L
Decimal 184 14 202 0.09 0.93 0 0.21 294.26 0.87 0.42
Hex B8 E CA 9 5D 0 15 126 57 2A
Octal 270 16 312 11 135 0 25 446 127 52
Binary 10111000 1110 11001010 1001 1011101 0 10101 100100110 1010111 101010

Color Harmonies of #B80ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80ECA

Black with #B80ECA

Text Example


Text Example

White with #B80ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80ECA; }

 p { color: rgb(184,14,202); }

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

background-color css

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

 a { background-color: rgb(184,14,202); }

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

border-color css

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

 span { border-color: rgb(184,14,202); }

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