Shades of Deep Magenta #B80BB3
Tints of Deep Magenta #B80BB3
RGB
CMYK
RGB Variations
Color information
#B80BB3 (or 0xB80BB3) is known color: Deep Magenta. HEX triplet: B8, 0B and B3. RGB value is (184,11,179). Sum of RGB (Red+Green+Blue) = 184+11+179=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 179 (70.31% from 255 or 47.86% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B80BB3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BB3 is #47F44C. Grayscale: #515151. Windows color (decimal): -4715597 or 11733944. OLE color: 11733944.
HSL color Cylindrical-coordinate representation of color #B80BB3: hue angle of 301.73º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80BB3 is Cyan = 0, Magento = 0.94, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 179 | - |
| CMYK | 0 | 0.94 | 0.03 | 0.28 |
| HSL | 301.73º | 0.89% | 0.38% | - |
| HSV(B) | 301.73º | 0.94% | 0.72% | - |
| XYZ | 28.02 | 13.68 | 43.81 | - |
| YUV | 81.88 | 182.81 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 179 | 0 | 0.94 | 0.03 | 0.28 | 301.73 | 0.89 | 0.38 |
| Hex | B8 | B | B3 | 0 | 5E | 3 | 1C | 12E | 59 | 26 |
| Octal | 270 | 13 | 263 | 0 | 136 | 3 | 34 | 456 | 131 | 46 |
| Binary | 10111000 | 1011 | 10110011 | 0 | 1011110 | 11 | 11100 | 100101110 | 1011001 | 100110 |
Color Harmonies of #B80BB3
Complementary color
Monochromatic Colors of #B80BB3
Black with #B80BB3
Text Example
Text Example
White with #B80BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BB3; }
p { color: rgb(184,11,179); }
H1.HeaderClassName
{
color: #B80BB3;
}
.AnyTagClassName
{
color: #B80BB3;
}
</style>
background-color css
<style>
a { background-color: #B80BB3; }
a { background-color: rgb(184,11,179); }
div.DivClassName
{
background-color: #B80BB3;
}
.BgClassName
{
background-color: #B80BB3;
}
</style>
border-color css
<style>
span { border-color: #B80BB3; }
span { border-color: rgb(184,11,179); }
td.TdClassName
{
border-color: #B80BB3;
}
.TagClassName
{
border-color: #B80BB3;
}
</style>