Shades of Deep Magenta #B307B8
Tints of Deep Magenta #B307B8
RGB
CMYK
RGB Variations
Color information
#B307B8 (or 0xB307B8) is known color: Deep Magenta. HEX triplet: B3, 07 and B8. RGB value is (179,7,184). Sum of RGB (Red+Green+Blue) = 179+7+184=370 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.38% from 370); Green value is 7 (3.12% from 255 or 1.89% from 370); Blue value is 184 (72.27% from 255 or 49.73% from 370); Max value from RGB is 184 - color contains mainly: blue. Hex color #B307B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B307B8 is #4CF847. Grayscale: #4E4E4E. Windows color (decimal): -5044296 or 12060595. OLE color: 12060595.
HSL color Cylindrical-coordinate representation of color #B307B8: hue angle of 298.31º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B307B8 is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 179 | 7 | 184 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.28 |
| HSL | 298.31º | 0.93% | 0.37% | - |
| HSV(B) | 298.31º | 0.96% | 0.72% | - |
| XYZ | 27.32 | 13.2 | 46.45 | - |
| YUV | 78.61 | 187.48 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 184 | 0.03 | 0.96 | 0 | 0.28 | 298.31 | 0.93 | 0.37 |
| Hex | B3 | 7 | B8 | 3 | 60 | 0 | 1C | 12A | 5D | 25 |
| Octal | 263 | 7 | 270 | 3 | 140 | 0 | 34 | 452 | 135 | 45 |
| Binary | 10110011 | 111 | 10111000 | 11 | 1100000 | 0 | 11100 | 100101010 | 1011101 | 100101 |
Color Harmonies of #B307B8
Complementary color
Monochromatic Colors of #B307B8
Black with #B307B8
Text Example
Text Example
White with #B307B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B307B8; }
p { color: rgb(179,7,184); }
H1.HeaderClassName
{
color: #B307B8;
}
.AnyTagClassName
{
color: #B307B8;
}
</style>
background-color css
<style>
a { background-color: #B307B8; }
a { background-color: rgb(179,7,184); }
div.DivClassName
{
background-color: #B307B8;
}
.BgClassName
{
background-color: #B307B8;
}
</style>
border-color css
<style>
span { border-color: #B307B8; }
span { border-color: rgb(179,7,184); }
td.TdClassName
{
border-color: #B307B8;
}
.TagClassName
{
border-color: #B307B8;
}
</style>