Html Css Color HEX #B80DAE Deep Magenta

📋 copy color: '#B80DAE'

red 184 ◦ green 13 ◦ blue 174

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

Shades of Deep Magenta #B80DAE

Tints of Deep Magenta #B80DAE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.5%

 BLUE value IS 174 (68.36% from 255) = 46.9%

R = 49.6%
G = 3.5%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.05

 K value IS 0.28

RGB Variations

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

Color information

#B80DAE (or 0xB80DAE) is known color: Deep Magenta. HEX triplet: B8, 0D and AE. RGB value is (184,13,174). Sum of RGB (Red+Green+Blue) = 184+13+174=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 13 (5.47% from 255 or 3.50% from 371); Blue value is 174 (68.36% from 255 or 46.90% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B80DAE is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80DAE is #47F251. Grayscale: #525252. Windows color (decimal): -4715090 or 11406776. OLE color: 11406776.

HSL color Cylindrical-coordinate representation of color #B80DAE: hue angle of 303.51º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80DAE is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 13 174 -
CMYK 0 0.93 0.05 0.28
HSL 303.51º 0.87% 0.39% -
HSV(B) 303.51º 0.93% 0.72% -
XYZ 27.55 13.53 41.2 -
YUV 82.48 179.65 200.41 -
System Red Green Blue C M Y K H S L
Decimal 184 13 174 0 0.93 0.05 0.28 303.51 0.87 0.39
Hex B8 D AE 0 5D 5 1C 130 57 27
Octal 270 15 256 0 135 5 34 460 127 47
Binary 10111000 1101 10101110 0 1011101 101 11100 100110000 1010111 100111

Color Harmonies of #B80DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DAE

Black with #B80DAE

Text Example


Text Example

White with #B80DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DAE; }

 p { color: rgb(184,13,174); }

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

background-color css

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

 a { background-color: rgb(184,13,174); }

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

border-color css

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

 span { border-color: rgb(184,13,174); }

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