Html Css Color HEX #B80DA9 Deep Magenta

📋 copy color: '#B80DA9'

red 184 ◦ green 13 ◦ blue 169

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

Shades of Deep Magenta #B80DA9

Tints of Deep Magenta #B80DA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 46.17%

R = 50.27%
G = 3.55%
B = 46.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.08

 K value IS 0.28

RGB Variations

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

Color information

#B80DA9 (or 0xB80DA9) is known color: Deep Magenta. HEX triplet: B8, 0D and A9. RGB value is (184,13,169). Sum of RGB (Red+Green+Blue) = 184+13+169=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 169 (66.41% from 255 or 46.17% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B80DA9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80DA9 is #47F256. Grayscale: #515151. Windows color (decimal): -4715095 or 11079096. OLE color: 11079096.

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

Color convert

RGB 184 13 169 -
CMYK 0 0.93 0.08 0.28
HSL 305.26º 0.87% 0.39% -
HSV(B) 305.26º 0.93% 0.72% -
XYZ 27.07 13.34 38.68 -
YUV 81.91 177.15 200.82 -
System Red Green Blue C M Y K H S L
Decimal 184 13 169 0 0.93 0.08 0.28 305.26 0.87 0.39
Hex B8 D A9 0 5D 8 1C 131 57 27
Octal 270 15 251 0 135 10 34 461 127 47
Binary 10111000 1101 10101001 0 1011101 1000 11100 100110001 1010111 100111

Color Harmonies of #B80DA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80DA9

Black with #B80DA9

Text Example


Text Example

White with #B80DA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80DA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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