Shades of Deep Magenta #B907C3
Tints of Deep Magenta #B907C3
RGB
CMYK
RGB Variations
Color information
#B907C3 (or 0xB907C3) is known color: Deep Magenta. HEX triplet: B9, 07 and C3. RGB value is (185,7,195). Sum of RGB (Red+Green+Blue) = 185+7+195=387 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.80% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 195 (76.56% from 255 or 50.39% from 387); Max value from RGB is 195 - color contains mainly: blue. Hex color #B907C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B907C3 is #46F83C. Grayscale: #515151. Windows color (decimal): -4651069 or 12781497. OLE color: 12781497.
HSL color Cylindrical-coordinate representation of color #B907C3: hue angle of 296.81º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B907C3 is Cyan = 0.05, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 185 | 7 | 195 | - |
| CMYK | 0.05 | 0.96 | 0 | 0.24 |
| HSL | 296.81º | 0.93% | 0.4% | - |
| HSV(B) | 296.81º | 0.96% | 0.76% | - |
| XYZ | 29.93 | 14.41 | 52.83 | - |
| YUV | 81.65 | 191.97 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 7 | 195 | 0.05 | 0.96 | 0 | 0.24 | 296.81 | 0.93 | 0.4 |
| Hex | B9 | 7 | C3 | 5 | 60 | 0 | 18 | 129 | 5D | 28 |
| Octal | 271 | 7 | 303 | 5 | 140 | 0 | 30 | 451 | 135 | 50 |
| Binary | 10111001 | 111 | 11000011 | 101 | 1100000 | 0 | 11000 | 100101001 | 1011101 | 101000 |
Color Harmonies of #B907C3
Complementary color
Monochromatic Colors of #B907C3
Black with #B907C3
Text Example
Text Example
White with #B907C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B907C3; }
p { color: rgb(185,7,195); }
H1.HeaderClassName
{
color: #B907C3;
}
.AnyTagClassName
{
color: #B907C3;
}
</style>
background-color css
<style>
a { background-color: #B907C3; }
a { background-color: rgb(185,7,195); }
div.DivClassName
{
background-color: #B907C3;
}
.BgClassName
{
background-color: #B907C3;
}
</style>
border-color css
<style>
span { border-color: #B907C3; }
span { border-color: rgb(185,7,195); }
td.TdClassName
{
border-color: #B907C3;
}
.TagClassName
{
border-color: #B907C3;
}
</style>