Shades of Deep Magenta #B307A8
Tints of Deep Magenta #B307A8
RGB
CMYK
RGB Variations
Color information
#B307A8 (or 0xB307A8) is known color: Deep Magenta. HEX triplet: B3, 07 and A8. RGB value is (179,7,168). Sum of RGB (Red+Green+Blue) = 179+7+168=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 7 (3.12% from 255 or 1.98% from 354); Blue value is 168 (66.02% from 255 or 47.46% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B307A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B307A8 is #4CF857. Grayscale: #4C4C4C. Windows color (decimal): -5044312 or 11012019. OLE color: 11012019.
HSL color Cylindrical-coordinate representation of color #B307A8: hue angle of 303.84º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B307A8 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 168 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.30 |
| HSL | 303.84º | 0.92% | 0.36% | - |
| HSV(B) | 303.84º | 0.96% | 0.7% | - |
| XYZ | 25.73 | 12.56 | 38.11 | - |
| YUV | 76.78 | 179.48 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 168 | 0 | 0.96 | 0.06 | 0.30 | 303.84 | 0.92 | 0.36 |
| Hex | B3 | 7 | A8 | 0 | 60 | 6 | 1E | 130 | 5C | 24 |
| Octal | 263 | 7 | 250 | 0 | 140 | 6 | 36 | 460 | 134 | 44 |
| Binary | 10110011 | 111 | 10101000 | 0 | 1100000 | 110 | 11110 | 100110000 | 1011100 | 100100 |
Color Harmonies of #B307A8
Complementary color
Monochromatic Colors of #B307A8
Black with #B307A8
Text Example
Text Example
White with #B307A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B307A8; }
p { color: rgb(179,7,168); }
H1.HeaderClassName
{
color: #B307A8;
}
.AnyTagClassName
{
color: #B307A8;
}
</style>
background-color css
<style>
a { background-color: #B307A8; }
a { background-color: rgb(179,7,168); }
div.DivClassName
{
background-color: #B307A8;
}
.BgClassName
{
background-color: #B307A8;
}
</style>
border-color css
<style>
span { border-color: #B307A8; }
span { border-color: rgb(179,7,168); }
td.TdClassName
{
border-color: #B307A8;
}
.TagClassName
{
border-color: #B307A8;
}
</style>