Html Css Color HEX #B80EDA Deep Magenta

📋 copy color: '#B80EDA'

red 184 ◦ green 14 ◦ blue 218

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

Shades of Deep Magenta #B80EDA

Tints of Deep Magenta #B80EDA

RGB

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

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

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

R = 44.23%
G = 3.37%
B = 52.4%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B80EDA (or 0xB80EDA) is known color: Deep Magenta. HEX triplet: B8, 0E and DA. RGB value is (184,14,218). Sum of RGB (Red+Green+Blue) = 184+14+218=416 (55% of max value = 765). Red value is 184 (72.27% from 255 or 44.23% from 416); Green value is 14 (5.86% from 255 or 3.37% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #B80EDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EDA is #47F125. Grayscale: #575757. Windows color (decimal): -4714790 or 14290616. OLE color: 14290616.

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

Color convert

RGB 184 14 218 -
CMYK 0.16 0.94 0 0.15
HSL 290º 0.88% 0.45% -
HSV(B) 290º 0.94% 0.85% -
XYZ 32.58 15.57 67.62 -
YUV 88.09 201.32 196.41 -
System Red Green Blue C M Y K H S L
Decimal 184 14 218 0.16 0.94 0 0.15 290 0.88 0.45
Hex B8 E DA 10 5E 0 F 122 58 2D
Octal 270 16 332 20 136 0 17 442 130 55
Binary 10111000 1110 11011010 10000 1011110 0 1111 100100010 1011000 101101

Color Harmonies of #B80EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EDA

Black with #B80EDA

Text Example


Text Example

White with #B80EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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