Html Css Color HEX #B80EB9 Deep Magenta

📋 copy color: '#B80EB9'

red 184 ◦ green 14 ◦ blue 185

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

Shades of Deep Magenta #B80EB9

Tints of Deep Magenta #B80EB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.3%

R = 48.04%
G = 3.66%
B = 48.3%

CMYK

 C value IS 0.01

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B80EB9 (or 0xB80EB9) is known color: Deep Magenta. HEX triplet: B8, 0E and B9. RGB value is (184,14,185). Sum of RGB (Red+Green+Blue) = 184+14+185=383 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.04% from 383); Green value is 14 (5.86% from 255 or 3.66% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #B80EB9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80EB9 is #47F146. Grayscale: #535353. Windows color (decimal): -4714823 or 12127928. OLE color: 12127928.

HSL color Cylindrical-coordinate representation of color #B80EB9: hue angle of 299.65º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80EB9 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 14 185 -
CMYK 0.01 0.92 0 0.27
HSL 299.65º 0.86% 0.39% -
HSV(B) 299.65º 0.92% 0.73% -
XYZ 28.68 14.01 47.09 -
YUV 84.32 184.82 199.1 -
System Red Green Blue C M Y K H S L
Decimal 184 14 185 0.01 0.92 0 0.27 299.65 0.86 0.39
Hex B8 E B9 1 5C 0 1B 12C 56 27
Octal 270 16 271 1 134 0 33 454 126 47
Binary 10111000 1110 10111001 1 1011100 0 11011 100101100 1010110 100111

Color Harmonies of #B80EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80EB9

Black with #B80EB9

Text Example


Text Example

White with #B80EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80EB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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