Shades of Deep Magenta #B805C3
Tints of Deep Magenta #B805C3
RGB
CMYK
RGB Variations
Color information
#B805C3 (or 0xB805C3) is known color: Deep Magenta. HEX triplet: B8, 05 and C3. RGB value is (184,5,195). Sum of RGB (Red+Green+Blue) = 184+5+195=384 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.92% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 195 (76.56% from 255 or 50.78% from 384); Max value from RGB is 195 - color contains mainly: blue. Hex color #B805C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805C3 is #47FA3C. Grayscale: #4F4F4F. Windows color (decimal): -4717117 or 12780984. OLE color: 12780984.
HSL color Cylindrical-coordinate representation of color #B805C3: hue angle of 296.53º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B805C3 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 5 | 195 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.24 |
| HSL | 296.53º | 0.95% | 0.39% | - |
| HSV(B) | 296.53º | 0.97% | 0.76% | - |
| XYZ | 29.67 | 14.24 | 52.81 | - |
| YUV | 80.18 | 192.8 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 195 | 0.06 | 0.97 | 0 | 0.24 | 296.53 | 0.95 | 0.39 |
| Hex | B8 | 5 | C3 | 6 | 61 | 0 | 18 | 129 | 5F | 27 |
| Octal | 270 | 5 | 303 | 6 | 141 | 0 | 30 | 451 | 137 | 47 |
| Binary | 10111000 | 101 | 11000011 | 110 | 1100001 | 0 | 11000 | 100101001 | 1011111 | 100111 |
Color Harmonies of #B805C3
Complementary color
Monochromatic Colors of #B805C3
Black with #B805C3
Text Example
Text Example
White with #B805C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805C3; }
p { color: rgb(184,5,195); }
H1.HeaderClassName
{
color: #B805C3;
}
.AnyTagClassName
{
color: #B805C3;
}
</style>
background-color css
<style>
a { background-color: #B805C3; }
a { background-color: rgb(184,5,195); }
div.DivClassName
{
background-color: #B805C3;
}
.BgClassName
{
background-color: #B805C3;
}
</style>
border-color css
<style>
span { border-color: #B805C3; }
span { border-color: rgb(184,5,195); }
td.TdClassName
{
border-color: #B805C3;
}
.TagClassName
{
border-color: #B805C3;
}
</style>