Shades of Deep Magenta #B307BD
Tints of Deep Magenta #B307BD
RGB
CMYK
RGB Variations
Color information
#B307BD (or 0xB307BD) is known color: Deep Magenta. HEX triplet: B3, 07 and BD. RGB value is (179,7,189). Sum of RGB (Red+Green+Blue) = 179+7+189=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 7 (3.12% from 255 or 1.87% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #B307BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B307BD is #4CF842. Grayscale: #4E4E4E. Windows color (decimal): -5044291 or 12388275. OLE color: 12388275.
HSL color Cylindrical-coordinate representation of color #B307BD: hue angle of 296.7º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B307BD is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 179 | 7 | 189 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.26 |
| HSL | 296.7º | 0.93% | 0.38% | - |
| HSV(B) | 296.7º | 0.96% | 0.74% | - |
| XYZ | 27.85 | 13.41 | 49.26 | - |
| YUV | 79.18 | 189.98 | 199.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 189 | 0.05 | 0.96 | 0 | 0.26 | 296.7 | 0.93 | 0.38 |
| Hex | B3 | 7 | BD | 5 | 60 | 0 | 1A | 129 | 5D | 26 |
| Octal | 263 | 7 | 275 | 5 | 140 | 0 | 32 | 451 | 135 | 46 |
| Binary | 10110011 | 111 | 10111101 | 101 | 1100000 | 0 | 11010 | 100101001 | 1011101 | 100110 |
Color Harmonies of #B307BD
Complementary color
Monochromatic Colors of #B307BD
Black with #B307BD
Text Example
Text Example
White with #B307BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B307BD; }
p { color: rgb(179,7,189); }
H1.HeaderClassName
{
color: #B307BD;
}
.AnyTagClassName
{
color: #B307BD;
}
</style>
background-color css
<style>
a { background-color: #B307BD; }
a { background-color: rgb(179,7,189); }
div.DivClassName
{
background-color: #B307BD;
}
.BgClassName
{
background-color: #B307BD;
}
</style>
border-color css
<style>
span { border-color: #B307BD; }
span { border-color: rgb(179,7,189); }
td.TdClassName
{
border-color: #B307BD;
}
.TagClassName
{
border-color: #B307BD;
}
</style>