Shades of Deep Magenta #B607CC
Tints of Deep Magenta #B607CC
RGB
CMYK
RGB Variations
Color information
#B607CC (or 0xB607CC) is known color: Deep Magenta. HEX triplet: B6, 07 and CC. RGB value is (182,7,204). Sum of RGB (Red+Green+Blue) = 182+7+204=393 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.31% from 393); Green value is 7 (3.12% from 255 or 1.78% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #B607CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B607CC is #49F833. Grayscale: #515151. Windows color (decimal): -4847668 or 13371318. OLE color: 13371318.
HSL color Cylindrical-coordinate representation of color #B607CC: hue angle of 293.3º 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 #B607CC is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 7 | 204 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.2 |
| HSL | 293.3º | 0.93% | 0.41% | - |
| HSV(B) | 293.3º | 0.97% | 0.8% | - |
| XYZ | 30.27 | 14.46 | 58.32 | - |
| YUV | 81.78 | 196.98 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 7 | 204 | 0.11 | 0.97 | 0 | 0.2 | 293.3 | 0.93 | 0.41 |
| Hex | B6 | 7 | CC | B | 61 | 0 | 14 | 125 | 5D | 29 |
| Octal | 266 | 7 | 314 | 13 | 141 | 0 | 24 | 445 | 135 | 51 |
| Binary | 10110110 | 111 | 11001100 | 1011 | 1100001 | 0 | 10100 | 100100101 | 1011101 | 101001 |
Color Harmonies of #B607CC
Complementary color
Monochromatic Colors of #B607CC
Black with #B607CC
Text Example
Text Example
White with #B607CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B607CC; }
p { color: rgb(182,7,204); }
H1.HeaderClassName
{
color: #B607CC;
}
.AnyTagClassName
{
color: #B607CC;
}
</style>
background-color css
<style>
a { background-color: #B607CC; }
a { background-color: rgb(182,7,204); }
div.DivClassName
{
background-color: #B607CC;
}
.BgClassName
{
background-color: #B607CC;
}
</style>
border-color css
<style>
span { border-color: #B607CC; }
span { border-color: rgb(182,7,204); }
td.TdClassName
{
border-color: #B607CC;
}
.TagClassName
{
border-color: #B607CC;
}
</style>