Shades of Deep Magenta #B307CB
Tints of Deep Magenta #B307CB
RGB
CMYK
RGB Variations
Color information
#B307CB (or 0xB307CB) is known color: Deep Magenta. HEX triplet: B3, 07 and CB. RGB value is (179,7,203). Sum of RGB (Red+Green+Blue) = 179+7+203=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 7 (3.12% from 255 or 1.80% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #B307CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B307CB is #4CF834. Grayscale: #505050. Windows color (decimal): -5044277 or 13305779. OLE color: 13305779.
HSL color Cylindrical-coordinate representation of color #B307CB: hue angle of 292.65º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B307CB is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 7 | 203 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.20 |
| HSL | 292.65º | 0.93% | 0.41% | - |
| HSV(B) | 292.65º | 0.97% | 0.8% | - |
| XYZ | 29.45 | 14.05 | 57.66 | - |
| YUV | 80.77 | 196.98 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 203 | 0.12 | 0.97 | 0 | 0.20 | 292.65 | 0.93 | 0.41 |
| Hex | B3 | 7 | CB | C | 61 | 0 | 14 | 125 | 5D | 29 |
| Octal | 263 | 7 | 313 | 14 | 141 | 0 | 24 | 445 | 135 | 51 |
| Binary | 10110011 | 111 | 11001011 | 1100 | 1100001 | 0 | 10100 | 100100101 | 1011101 | 101001 |
Color Harmonies of #B307CB
Complementary color
Monochromatic Colors of #B307CB
Black with #B307CB
Text Example
Text Example
White with #B307CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B307CB; }
p { color: rgb(179,7,203); }
H1.HeaderClassName
{
color: #B307CB;
}
.AnyTagClassName
{
color: #B307CB;
}
</style>
background-color css
<style>
a { background-color: #B307CB; }
a { background-color: rgb(179,7,203); }
div.DivClassName
{
background-color: #B307CB;
}
.BgClassName
{
background-color: #B307CB;
}
</style>
border-color css
<style>
span { border-color: #B307CB; }
span { border-color: rgb(179,7,203); }
td.TdClassName
{
border-color: #B307CB;
}
.TagClassName
{
border-color: #B307CB;
}
</style>