Html Css Color HEX #B80ED7 Deep Magenta

📋 copy color: '#B80ED7'

red 184 ◦ green 14 ◦ blue 215

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

Shades of Deep Magenta #B80ED7

Tints of Deep Magenta #B80ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 52.06%

R = 44.55%
G = 3.39%
B = 52.06%

CMYK

 C value IS 0.14

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B80ED7 (or 0xB80ED7) is known color: Deep Magenta. HEX triplet: B8, 0E and D7. RGB value is (184,14,215). Sum of RGB (Red+Green+Blue) = 184+14+215=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 14 (5.86% from 255 or 3.39% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #B80ED7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80ED7 is #47F128. Grayscale: #575757. Windows color (decimal): -4714793 or 14094008. OLE color: 14094008.

HSL color Cylindrical-coordinate representation of color #B80ED7: hue angle of 290.75º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80ED7 is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 14 215 -
CMYK 0.14 0.93 0 0.16
HSL 290.75º 0.88% 0.45% -
HSV(B) 290.75º 0.93% 0.84% -
XYZ 32.19 15.41 65.57 -
YUV 87.74 199.82 196.66 -
System Red Green Blue C M Y K H S L
Decimal 184 14 215 0.14 0.93 0 0.16 290.75 0.88 0.45
Hex B8 E D7 E 5D 0 10 123 58 2D
Octal 270 16 327 16 135 0 20 443 130 55
Binary 10111000 1110 11010111 1110 1011101 0 10000 100100011 1011000 101101

Color Harmonies of #B80ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80ED7

Black with #B80ED7

Text Example


Text Example

White with #B80ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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