Shades of Deep Magenta #B307B2
Tints of Deep Magenta #B307B2
RGB
CMYK
RGB Variations
Color information
#B307B2 (or 0xB307B2) is known color: Deep Magenta. HEX triplet: B3, 07 and B2. RGB value is (179,7,178). Sum of RGB (Red+Green+Blue) = 179+7+178=364 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.18% from 364); Green value is 7 (3.12% from 255 or 1.92% from 364); Blue value is 178 (69.92% from 255 or 48.90% from 364); Max value from RGB is 179 - color contains mainly: red. Hex color #B307B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B307B2 is #4CF84D. Grayscale: #4D4D4D. Windows color (decimal): -5044302 or 11667379. OLE color: 11667379.
HSL color Cylindrical-coordinate representation of color #B307B2: hue angle of 300.35º 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 #B307B2 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 178 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.30 |
| HSL | 300.35º | 0.92% | 0.36% | - |
| HSV(B) | 300.35º | 0.96% | 0.7% | - |
| XYZ | 26.7 | 12.95 | 43.21 | - |
| YUV | 77.92 | 184.48 | 200.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 178 | 0 | 0.96 | 0.01 | 0.30 | 300.35 | 0.92 | 0.36 |
| Hex | B3 | 7 | B2 | 0 | 60 | 1 | 1E | 12C | 5C | 24 |
| Octal | 263 | 7 | 262 | 0 | 140 | 1 | 36 | 454 | 134 | 44 |
| Binary | 10110011 | 111 | 10110010 | 0 | 1100000 | 1 | 11110 | 100101100 | 1011100 | 100100 |
Color Harmonies of #B307B2
Complementary color
Monochromatic Colors of #B307B2
Black with #B307B2
Text Example
Text Example
White with #B307B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B307B2; }
p { color: rgb(179,7,178); }
H1.HeaderClassName
{
color: #B307B2;
}
.AnyTagClassName
{
color: #B307B2;
}
</style>
background-color css
<style>
a { background-color: #B307B2; }
a { background-color: rgb(179,7,178); }
div.DivClassName
{
background-color: #B307B2;
}
.BgClassName
{
background-color: #B307B2;
}
</style>
border-color css
<style>
span { border-color: #B307B2; }
span { border-color: rgb(179,7,178); }
td.TdClassName
{
border-color: #B307B2;
}
.TagClassName
{
border-color: #B307B2;
}
</style>