Shades of Deep Magenta #B80BCB
Tints of Deep Magenta #B80BCB
RGB
CMYK
RGB Variations
Color information
#B80BCB (or 0xB80BCB) is known color: Deep Magenta. HEX triplet: B8, 0B and CB. RGB value is (184,11,203). Sum of RGB (Red+Green+Blue) = 184+11+203=398 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.23% from 398); Green value is 11 (4.69% from 255 or 2.76% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #B80BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B80BCB is #47F434. Grayscale: #545454. Windows color (decimal): -4715573 or 13306808. OLE color: 13306808.
HSL color Cylindrical-coordinate representation of color #B80BCB: hue angle of 294.06º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80BCB is Cyan = 0.09, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 11 | 203 | - |
| CMYK | 0.09 | 0.95 | 0 | 0.20 |
| HSL | 294.06º | 0.9% | 0.42% | - |
| HSV(B) | 294.06º | 0.95% | 0.8% | - |
| XYZ | 30.67 | 14.74 | 57.73 | - |
| YUV | 84.62 | 194.81 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 203 | 0.09 | 0.95 | 0 | 0.20 | 294.06 | 0.9 | 0.42 |
| Hex | B8 | B | CB | 9 | 5F | 0 | 14 | 126 | 5A | 2A |
| Octal | 270 | 13 | 313 | 11 | 137 | 0 | 24 | 446 | 132 | 52 |
| Binary | 10111000 | 1011 | 11001011 | 1001 | 1011111 | 0 | 10100 | 100100110 | 1011010 | 101010 |
Color Harmonies of #B80BCB
Complementary color
Monochromatic Colors of #B80BCB
Black with #B80BCB
Text Example
Text Example
White with #B80BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80BCB; }
p { color: rgb(184,11,203); }
H1.HeaderClassName
{
color: #B80BCB;
}
.AnyTagClassName
{
color: #B80BCB;
}
</style>
background-color css
<style>
a { background-color: #B80BCB; }
a { background-color: rgb(184,11,203); }
div.DivClassName
{
background-color: #B80BCB;
}
.BgClassName
{
background-color: #B80BCB;
}
</style>
border-color css
<style>
span { border-color: #B80BCB; }
span { border-color: rgb(184,11,203); }
td.TdClassName
{
border-color: #B80BCB;
}
.TagClassName
{
border-color: #B80BCB;
}
</style>