Shades of Deep Magenta #B610CC
Tints of Deep Magenta #B610CC
RGB
CMYK
RGB Variations
Color information
#B610CC (or 0xB610CC) is known color: Deep Magenta. HEX triplet: B6, 10 and CC. RGB value is (182,16,204). Sum of RGB (Red+Green+Blue) = 182+16+204=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 16 (6.64% from 255 or 3.98% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #B610CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B610CC is #49EF33. Grayscale: #565656. Windows color (decimal): -4845364 or 13373622. OLE color: 13373622.
HSL color Cylindrical-coordinate representation of color #B610CC: hue angle of 292.98º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B610CC is Cyan = 0.11, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 182 | 16 | 204 | - |
| CMYK | 0.11 | 0.92 | 0 | 0.2 |
| HSL | 292.98º | 0.85% | 0.43% | - |
| HSV(B) | 292.98º | 0.92% | 0.8% | - |
| XYZ | 30.38 | 14.68 | 58.36 | - |
| YUV | 87.07 | 194 | 195.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 204 | 0.11 | 0.92 | 0 | 0.2 | 292.98 | 0.85 | 0.43 |
| Hex | B6 | 10 | CC | B | 5C | 0 | 14 | 125 | 55 | 2B |
| Octal | 266 | 20 | 314 | 13 | 134 | 0 | 24 | 445 | 125 | 53 |
| Binary | 10110110 | 10000 | 11001100 | 1011 | 1011100 | 0 | 10100 | 100100101 | 1010101 | 101011 |
Color Harmonies of #B610CC
Complementary color
Monochromatic Colors of #B610CC
Black with #B610CC
Text Example
Text Example
White with #B610CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B610CC; }
p { color: rgb(182,16,204); }
H1.HeaderClassName
{
color: #B610CC;
}
.AnyTagClassName
{
color: #B610CC;
}
</style>
background-color css
<style>
a { background-color: #B610CC; }
a { background-color: rgb(182,16,204); }
div.DivClassName
{
background-color: #B610CC;
}
.BgClassName
{
background-color: #B610CC;
}
</style>
border-color css
<style>
span { border-color: #B610CC; }
span { border-color: rgb(182,16,204); }
td.TdClassName
{
border-color: #B610CC;
}
.TagClassName
{
border-color: #B610CC;
}
</style>