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