Shades of Deep Magenta #B305CF
Tints of Deep Magenta #B305CF
RGB
CMYK
RGB Variations
Color information
#B305CF (or 0xB305CF) is known color: Deep Magenta. HEX triplet: B3, 05 and CF. RGB value is (179,5,207). Sum of RGB (Red+Green+Blue) = 179+5+207=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 5 (2.34% from 255 or 1.28% from 391); Blue value is 207 (81.25% from 255 or 52.94% from 391); Max value from RGB is 207 - color contains mainly: blue. Hex color #B305CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B305CF is #4CFA30. Grayscale: #4F4F4F. Windows color (decimal): -5044785 or 13567411. OLE color: 13567411.
HSL color Cylindrical-coordinate representation of color #B305CF: hue angle of 291.68º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B305CF is Cyan = 0.14, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 5 | 207 | - |
| CMYK | 0.14 | 0.98 | 0 | 0.19 |
| HSL | 291.68º | 0.95% | 0.42% | - |
| HSV(B) | 291.68º | 0.98% | 0.81% | - |
| XYZ | 29.91 | 14.2 | 60.2 | - |
| YUV | 80.05 | 199.65 | 198.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 207 | 0.14 | 0.98 | 0 | 0.19 | 291.68 | 0.95 | 0.42 |
| Hex | B3 | 5 | CF | E | 62 | 0 | 13 | 124 | 5F | 2A |
| Octal | 263 | 5 | 317 | 16 | 142 | 0 | 23 | 444 | 137 | 52 |
| Binary | 10110011 | 101 | 11001111 | 1110 | 1100010 | 0 | 10011 | 100100100 | 1011111 | 101010 |
Color Harmonies of #B305CF
Complementary color
Monochromatic Colors of #B305CF
Black with #B305CF
Text Example
Text Example
White with #B305CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B305CF; }
p { color: rgb(179,5,207); }
H1.HeaderClassName
{
color: #B305CF;
}
.AnyTagClassName
{
color: #B305CF;
}
</style>
background-color css
<style>
a { background-color: #B305CF; }
a { background-color: rgb(179,5,207); }
div.DivClassName
{
background-color: #B305CF;
}
.BgClassName
{
background-color: #B305CF;
}
</style>
border-color css
<style>
span { border-color: #B305CF; }
span { border-color: rgb(179,5,207); }
td.TdClassName
{
border-color: #B305CF;
}
.TagClassName
{
border-color: #B305CF;
}
</style>