Shades of Deep Magenta #B805C4
Tints of Deep Magenta #B805C4
RGB
CMYK
RGB Variations
Color information
#B805C4 (or 0xB805C4) is known color: Deep Magenta. HEX triplet: B8, 05 and C4. RGB value is (184,5,196). Sum of RGB (Red+Green+Blue) = 184+5+196=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 5 (2.34% from 255 or 1.30% from 385); Blue value is 196 (76.95% from 255 or 50.91% from 385); Max value from RGB is 196 - color contains mainly: blue. Hex color #B805C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B805C4 is #47FA3B. Grayscale: #4F4F4F. Windows color (decimal): -4717116 or 12846520. OLE color: 12846520.
HSL color Cylindrical-coordinate representation of color #B805C4: hue angle of 296.23º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B805C4 is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 5 | 196 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.23 |
| HSL | 296.23º | 0.95% | 0.39% | - |
| HSV(B) | 296.23º | 0.97% | 0.77% | - |
| XYZ | 29.79 | 14.28 | 53.41 | - |
| YUV | 80.3 | 193.3 | 201.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 5 | 196 | 0.06 | 0.97 | 0 | 0.23 | 296.23 | 0.95 | 0.39 |
| Hex | B8 | 5 | C4 | 6 | 61 | 0 | 17 | 128 | 5F | 27 |
| Octal | 270 | 5 | 304 | 6 | 141 | 0 | 27 | 450 | 137 | 47 |
| Binary | 10111000 | 101 | 11000100 | 110 | 1100001 | 0 | 10111 | 100101000 | 1011111 | 100111 |
Color Harmonies of #B805C4
Complementary color
Monochromatic Colors of #B805C4
Black with #B805C4
Text Example
Text Example
White with #B805C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B805C4; }
p { color: rgb(184,5,196); }
H1.HeaderClassName
{
color: #B805C4;
}
.AnyTagClassName
{
color: #B805C4;
}
</style>
background-color css
<style>
a { background-color: #B805C4; }
a { background-color: rgb(184,5,196); }
div.DivClassName
{
background-color: #B805C4;
}
.BgClassName
{
background-color: #B805C4;
}
</style>
border-color css
<style>
span { border-color: #B805C4; }
span { border-color: rgb(184,5,196); }
td.TdClassName
{
border-color: #B805C4;
}
.TagClassName
{
border-color: #B805C4;
}
</style>