Html Css Color HEX #B80EDF Deep Magenta

📋 copy color: '#B80EDF'

red 184 ◦ green 14 ◦ blue 223

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

Shades of Deep Magenta #B80EDF

Tints of Deep Magenta #B80EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.97%

R = 43.71%
G = 3.33%
B = 52.97%

CMYK

 C value IS 0.17

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B80EDF (or 0xB80EDF) is known color: Deep Magenta. HEX triplet: B8, 0E and DF. RGB value is (184,14,223). Sum of RGB (Red+Green+Blue) = 184+14+223=421 (55% of max value = 765). Red value is 184 (72.27% from 255 or 43.71% from 421); Green value is 14 (5.86% from 255 or 3.33% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #B80EDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EDF is #47F120. Grayscale: #575757. Windows color (decimal): -4714785 or 14618296. OLE color: 14618296.

HSL color Cylindrical-coordinate representation of color #B80EDF: hue angle of 288.8º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80EDF is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 14 223 -
CMYK 0.17 0.94 0 0.13
HSL 288.8º 0.88% 0.46% -
HSV(B) 288.8º 0.94% 0.87% -
XYZ 33.24 15.83 71.12 -
YUV 88.66 203.82 196.01 -
System Red Green Blue C M Y K H S L
Decimal 184 14 223 0.17 0.94 0 0.13 288.8 0.88 0.46
Hex B8 E DF 11 5E 0 D 121 58 2E
Octal 270 16 337 21 136 0 15 441 130 56
Binary 10111000 1110 11011111 10001 1011110 0 1101 100100001 1011000 101110

Color Harmonies of #B80EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EDF

Black with #B80EDF

Text Example


Text Example

White with #B80EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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