Html Css Color HEX #B80EBD Deep Magenta

📋 copy color: '#B80EBD'

red 184 ◦ green 14 ◦ blue 189

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

Shades of Deep Magenta #B80EBD

Tints of Deep Magenta #B80EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 48.84%

R = 47.55%
G = 3.62%
B = 48.84%

CMYK

 C value IS 0.03

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B80EBD (or 0xB80EBD) is known color: Deep Magenta. HEX triplet: B8, 0E and BD. RGB value is (184,14,189). Sum of RGB (Red+Green+Blue) = 184+14+189=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 189 (74.22% from 255 or 48.84% from 387); Max value from RGB is 189 - color contains mainly: blue. Hex color #B80EBD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EBD is #47F142. Grayscale: #545454. Windows color (decimal): -4714819 or 12390072. OLE color: 12390072.

HSL color Cylindrical-coordinate representation of color #B80EBD: hue angle of 298.29º 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 #B80EBD is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 184 14 189 -
CMYK 0.03 0.93 0 0.26
HSL 298.29º 0.86% 0.4% -
HSV(B) 298.29º 0.93% 0.74% -
XYZ 29.11 14.18 49.35 -
YUV 84.78 186.82 198.77 -
System Red Green Blue C M Y K H S L
Decimal 184 14 189 0.03 0.93 0 0.26 298.29 0.86 0.4
Hex B8 E BD 3 5D 0 1A 12A 56 28
Octal 270 16 275 3 135 0 32 452 126 50
Binary 10111000 1110 10111101 11 1011101 0 11010 100101010 1010110 101000

Color Harmonies of #B80EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EBD

Black with #B80EBD

Text Example


Text Example

White with #B80EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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