Shades of Deep Magenta #B305D3
Tints of Deep Magenta #B305D3
RGB
CMYK
RGB Variations
Color information
#B305D3 (or 0xB305D3) is known color: Deep Magenta. HEX triplet: B3, 05 and D3. RGB value is (179,5,211). Sum of RGB (Red+Green+Blue) = 179+5+211=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 5 (2.34% from 255 or 1.27% from 395); Blue value is 211 (82.81% from 255 or 53.42% from 395); Max value from RGB is 211 - color contains mainly: blue. Hex color #B305D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305D3 is #4CFA2C. Grayscale: #4F4F4F. Windows color (decimal): -5044781 or 13829555. OLE color: 13829555.
HSL color Cylindrical-coordinate representation of color #B305D3: hue angle of 290.68º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B305D3 is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 179 | 5 | 211 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.17 |
| HSL | 290.68º | 0.95% | 0.42% | - |
| HSV(B) | 290.68º | 0.98% | 0.83% | - |
| XYZ | 30.4 | 14.4 | 62.8 | - |
| YUV | 80.51 | 201.65 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 211 | 0.15 | 0.98 | 0 | 0.17 | 290.68 | 0.95 | 0.42 |
| Hex | B3 | 5 | D3 | F | 62 | 0 | 11 | 123 | 5F | 2A |
| Octal | 263 | 5 | 323 | 17 | 142 | 0 | 21 | 443 | 137 | 52 |
| Binary | 10110011 | 101 | 11010011 | 1111 | 1100010 | 0 | 10001 | 100100011 | 1011111 | 101010 |
Color Harmonies of #B305D3
Complementary color
Monochromatic Colors of #B305D3
Black with #B305D3
Text Example
Text Example
White with #B305D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B305D3; }
p { color: rgb(179,5,211); }
H1.HeaderClassName
{
color: #B305D3;
}
.AnyTagClassName
{
color: #B305D3;
}
</style>
background-color css
<style>
a { background-color: #B305D3; }
a { background-color: rgb(179,5,211); }
div.DivClassName
{
background-color: #B305D3;
}
.BgClassName
{
background-color: #B305D3;
}
</style>
border-color css
<style>
span { border-color: #B305D3; }
span { border-color: rgb(179,5,211); }
td.TdClassName
{
border-color: #B305D3;
}
.TagClassName
{
border-color: #B305D3;
}
</style>