Shades of Deep Magenta #B607CF
Tints of Deep Magenta #B607CF
RGB
CMYK
RGB Variations
Color information
#B607CF (or 0xB607CF) is known color: Deep Magenta. HEX triplet: B6, 07 and CF. RGB value is (182,7,207). Sum of RGB (Red+Green+Blue) = 182+7+207=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 7 (3.12% from 255 or 1.77% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #B607CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B607CF is #49F830. Grayscale: #515151. Windows color (decimal): -4847665 or 13567926. OLE color: 13567926.
HSL color Cylindrical-coordinate representation of color #B607CF: hue angle of 292.5º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B607CF is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 182 | 7 | 207 | - |
| CMYK | 0.12 | 0.97 | 0 | 0.19 |
| HSL | 292.5º | 0.93% | 0.42% | - |
| HSV(B) | 292.5º | 0.97% | 0.81% | - |
| XYZ | 30.63 | 14.6 | 60.24 | - |
| YUV | 82.13 | 198.48 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 207 | 0.12 | 0.97 | 0 | 0.19 | 292.5 | 0.93 | 0.42 |
| Hex | B6 | 7 | CF | C | 61 | 0 | 13 | 124 | 5D | 2A |
| Octal | 266 | 7 | 317 | 14 | 141 | 0 | 23 | 444 | 135 | 52 |
| Binary | 10110110 | 111 | 11001111 | 1100 | 1100001 | 0 | 10011 | 100100100 | 1011101 | 101010 |
Color Harmonies of #B607CF
Complementary color
Monochromatic Colors of #B607CF
Black with #B607CF
Text Example
Text Example
White with #B607CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607CF; }
p { color: rgb(182,7,207); }
H1.HeaderClassName
{
color: #B607CF;
}
.AnyTagClassName
{
color: #B607CF;
}
</style>
background-color css
<style>
a { background-color: #B607CF; }
a { background-color: rgb(182,7,207); }
div.DivClassName
{
background-color: #B607CF;
}
.BgClassName
{
background-color: #B607CF;
}
</style>
border-color css
<style>
span { border-color: #B607CF; }
span { border-color: rgb(182,7,207); }
td.TdClassName
{
border-color: #B607CF;
}
.TagClassName
{
border-color: #B607CF;
}
</style>