Shades of Deep Magenta #B610CB
Tints of Deep Magenta #B610CB
RGB
CMYK
RGB Variations
Color information
#B610CB (or 0xB610CB) is known color: Deep Magenta. HEX triplet: B6, 10 and CB. RGB value is (182,16,203). Sum of RGB (Red+Green+Blue) = 182+16+203=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 16 (6.64% from 255 or 3.99% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #B610CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B610CB is #49EF34. Grayscale: #565656. Windows color (decimal): -4845365 or 13308086. OLE color: 13308086.
HSL color Cylindrical-coordinate representation of color #B610CB: hue angle of 293.26º 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 #B610CB is Cyan = 0.10, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 16 | 203 | - |
| CMYK | 0.10 | 0.92 | 0 | 0.20 |
| HSL | 293.26º | 0.85% | 0.43% | - |
| HSV(B) | 293.26º | 0.92% | 0.8% | - |
| XYZ | 30.26 | 14.63 | 57.73 | - |
| YUV | 86.95 | 193.5 | 195.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 203 | 0.10 | 0.92 | 0 | 0.20 | 293.26 | 0.85 | 0.43 |
| Hex | B6 | 10 | CB | A | 5C | 0 | 14 | 125 | 55 | 2B |
| Octal | 266 | 20 | 313 | 12 | 134 | 0 | 24 | 445 | 125 | 53 |
| Binary | 10110110 | 10000 | 11001011 | 1010 | 1011100 | 0 | 10100 | 100100101 | 1010101 | 101011 |
Color Harmonies of #B610CB
Complementary color
Monochromatic Colors of #B610CB
Black with #B610CB
Text Example
Text Example
White with #B610CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B610CB; }
p { color: rgb(182,16,203); }
H1.HeaderClassName
{
color: #B610CB;
}
.AnyTagClassName
{
color: #B610CB;
}
</style>
background-color css
<style>
a { background-color: #B610CB; }
a { background-color: rgb(182,16,203); }
div.DivClassName
{
background-color: #B610CB;
}
.BgClassName
{
background-color: #B610CB;
}
</style>
border-color css
<style>
span { border-color: #B610CB; }
span { border-color: rgb(182,16,203); }
td.TdClassName
{
border-color: #B610CB;
}
.TagClassName
{
border-color: #B610CB;
}
</style>