Shades of Deep Magenta #B305DA
Tints of Deep Magenta #B305DA
RGB
CMYK
RGB Variations
Color information
#B305DA (or 0xB305DA) is known color: Deep Magenta. HEX triplet: B3, 05 and DA. RGB value is (179,5,218). Sum of RGB (Red+Green+Blue) = 179+5+218=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 5 (2.34% from 255 or 1.24% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #B305DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305DA is #4CFA25. Grayscale: #505050. Windows color (decimal): -5044774 or 14288307. OLE color: 14288307.
HSL color Cylindrical-coordinate representation of color #B305DA: hue angle of 289.01º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B305DA is Cyan = 0.18, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 179 | 5 | 218 | - |
| CMYK | 0.18 | 0.98 | 0 | 0.15 |
| HSL | 289.01º | 0.96% | 0.44% | - |
| HSV(B) | 289.01º | 0.98% | 0.85% | - |
| XYZ | 31.3 | 14.75 | 67.53 | - |
| YUV | 81.31 | 205.15 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 218 | 0.18 | 0.98 | 0 | 0.15 | 289.01 | 0.96 | 0.44 |
| Hex | B3 | 5 | DA | 12 | 62 | 0 | F | 121 | 60 | 2C |
| Octal | 263 | 5 | 332 | 22 | 142 | 0 | 17 | 441 | 140 | 54 |
| Binary | 10110011 | 101 | 11011010 | 10010 | 1100010 | 0 | 1111 | 100100001 | 1100000 | 101100 |
Color Harmonies of #B305DA
Complementary color
Monochromatic Colors of #B305DA
Black with #B305DA
Text Example
Text Example
White with #B305DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B305DA; }
p { color: rgb(179,5,218); }
H1.HeaderClassName
{
color: #B305DA;
}
.AnyTagClassName
{
color: #B305DA;
}
</style>
background-color css
<style>
a { background-color: #B305DA; }
a { background-color: rgb(179,5,218); }
div.DivClassName
{
background-color: #B305DA;
}
.BgClassName
{
background-color: #B305DA;
}
</style>
border-color css
<style>
span { border-color: #B305DA; }
span { border-color: rgb(179,5,218); }
td.TdClassName
{
border-color: #B305DA;
}
.TagClassName
{
border-color: #B305DA;
}
</style>