Shades of Deep Magenta #B61BCB
Tints of Deep Magenta #B61BCB
RGB
CMYK
RGB Variations
Color information
#B61BCB (or 0xB61BCB) is known color: Deep Magenta. HEX triplet: B6, 1B and CB. RGB value is (182,27,203). Sum of RGB (Red+Green+Blue) = 182+27+203=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 27 (10.94% from 255 or 6.55% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #B61BCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B61BCB is #49E434. Grayscale: #5C5C5C. Windows color (decimal): -4842549 or 13310902. OLE color: 13310902.
HSL color Cylindrical-coordinate representation of color #B61BCB: hue angle of 292.84º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61BCB is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 27 | 203 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.20 |
| HSL | 292.84º | 0.77% | 0.45% | - |
| HSV(B) | 292.84º | 0.87% | 0.8% | - |
| XYZ | 30.46 | 15.04 | 57.8 | - |
| YUV | 93.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 203 | 0.10 | 0.87 | 0 | 0.20 | 292.84 | 0.77 | 0.45 |
| Hex | B6 | 1B | CB | A | 57 | 0 | 14 | 125 | 4D | 2D |
| Octal | 266 | 33 | 313 | 12 | 127 | 0 | 24 | 445 | 115 | 55 |
| Binary | 10110110 | 11011 | 11001011 | 1010 | 1010111 | 0 | 10100 | 100100101 | 1001101 | 101101 |
Color Harmonies of #B61BCB
Complementary color
Monochromatic Colors of #B61BCB
Black with #B61BCB
Text Example
Text Example
White with #B61BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61BCB; }
p { color: rgb(182,27,203); }
H1.HeaderClassName
{
color: #B61BCB;
}
.AnyTagClassName
{
color: #B61BCB;
}
</style>
background-color css
<style>
a { background-color: #B61BCB; }
a { background-color: rgb(182,27,203); }
div.DivClassName
{
background-color: #B61BCB;
}
.BgClassName
{
background-color: #B61BCB;
}
</style>
border-color css
<style>
span { border-color: #B61BCB; }
span { border-color: rgb(182,27,203); }
td.TdClassName
{
border-color: #B61BCB;
}
.TagClassName
{
border-color: #B61BCB;
}
</style>