Shades of Deep Magenta #B807CB
Tints of Deep Magenta #B807CB
RGB
CMYK
RGB Variations
Color information
#B807CB (or 0xB807CB) is known color: Deep Magenta. HEX triplet: B8, 07 and CB. RGB value is (184,7,203). Sum of RGB (Red+Green+Blue) = 184+7+203=394 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.70% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #B807CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B807CB is #47F834. Grayscale: #515151. Windows color (decimal): -4716597 or 13305784. OLE color: 13305784.
HSL color Cylindrical-coordinate representation of color #B807CB: hue angle of 294.18º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B807CB is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 7 | 203 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.20 |
| HSL | 294.18º | 0.93% | 0.41% | - |
| HSV(B) | 294.18º | 0.97% | 0.8% | - |
| XYZ | 30.62 | 14.65 | 57.71 | - |
| YUV | 82.27 | 196.14 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 7 | 203 | 0.09 | 0.97 | 0 | 0.20 | 294.18 | 0.93 | 0.41 |
| Hex | B8 | 7 | CB | 9 | 61 | 0 | 14 | 126 | 5D | 29 |
| Octal | 270 | 7 | 313 | 11 | 141 | 0 | 24 | 446 | 135 | 51 |
| Binary | 10111000 | 111 | 11001011 | 1001 | 1100001 | 0 | 10100 | 100100110 | 1011101 | 101001 |
Color Harmonies of #B807CB
Complementary color
Monochromatic Colors of #B807CB
Black with #B807CB
Text Example
Text Example
White with #B807CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B807CB; }
p { color: rgb(184,7,203); }
H1.HeaderClassName
{
color: #B807CB;
}
.AnyTagClassName
{
color: #B807CB;
}
</style>
background-color css
<style>
a { background-color: #B807CB; }
a { background-color: rgb(184,7,203); }
div.DivClassName
{
background-color: #B807CB;
}
.BgClassName
{
background-color: #B807CB;
}
</style>
border-color css
<style>
span { border-color: #B807CB; }
span { border-color: rgb(184,7,203); }
td.TdClassName
{
border-color: #B807CB;
}
.TagClassName
{
border-color: #B807CB;
}
</style>