Shades of Deep Magenta #B305CE
Tints of Deep Magenta #B305CE
RGB
CMYK
RGB Variations
Color information
#B305CE (or 0xB305CE) is known color: Deep Magenta. HEX triplet: B3, 05 and CE. RGB value is (179,5,206). Sum of RGB (Red+Green+Blue) = 179+5+206=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 5 (2.34% from 255 or 1.28% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #B305CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305CE is #4CFA31. Grayscale: #4F4F4F. Windows color (decimal): -5044786 or 13501875. OLE color: 13501875.
HSL color Cylindrical-coordinate representation of color #B305CE: hue angle of 291.94º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B305CE is Cyan = 0.13, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 5 | 206 | - |
| CMYK | 0.13 | 0.98 | 0 | 0.19 |
| HSL | 291.94º | 0.95% | 0.41% | - |
| HSV(B) | 291.94º | 0.98% | 0.81% | - |
| XYZ | 29.79 | 14.15 | 59.55 | - |
| YUV | 79.94 | 199.15 | 198.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 206 | 0.13 | 0.98 | 0 | 0.19 | 291.94 | 0.95 | 0.41 |
| Hex | B3 | 5 | CE | D | 62 | 0 | 13 | 124 | 5F | 29 |
| Octal | 263 | 5 | 316 | 15 | 142 | 0 | 23 | 444 | 137 | 51 |
| Binary | 10110011 | 101 | 11001110 | 1101 | 1100010 | 0 | 10011 | 100100100 | 1011111 | 101001 |
Color Harmonies of #B305CE
Complementary color
Monochromatic Colors of #B305CE
Black with #B305CE
Text Example
Text Example
White with #B305CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B305CE; }
p { color: rgb(179,5,206); }
H1.HeaderClassName
{
color: #B305CE;
}
.AnyTagClassName
{
color: #B305CE;
}
</style>
background-color css
<style>
a { background-color: #B305CE; }
a { background-color: rgb(179,5,206); }
div.DivClassName
{
background-color: #B305CE;
}
.BgClassName
{
background-color: #B305CE;
}
</style>
border-color css
<style>
span { border-color: #B305CE; }
span { border-color: rgb(179,5,206); }
td.TdClassName
{
border-color: #B305CE;
}
.TagClassName
{
border-color: #B305CE;
}
</style>