Shades of Deep Magenta #B60BCB
Tints of Deep Magenta #B60BCB
RGB
CMYK
RGB Variations
Color information
#B60BCB (or 0xB60BCB) is known color: Deep Magenta. HEX triplet: B6, 0B and CB. RGB value is (182,11,203). Sum of RGB (Red+Green+Blue) = 182+11+203=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #B60BCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B60BCB is #49F434. Grayscale: #535353. Windows color (decimal): -4846645 or 13306806. OLE color: 13306806.
HSL color Cylindrical-coordinate representation of color #B60BCB: hue angle of 293.44º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B60BCB is Cyan = 0.10, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 11 | 203 | - |
| CMYK | 0.10 | 0.95 | 0 | 0.20 |
| HSL | 293.44º | 0.9% | 0.42% | - |
| HSV(B) | 293.44º | 0.95% | 0.8% | - |
| XYZ | 30.19 | 14.5 | 57.71 | - |
| YUV | 84.02 | 195.15 | 197.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 11 | 203 | 0.10 | 0.95 | 0 | 0.20 | 293.44 | 0.9 | 0.42 |
| Hex | B6 | B | CB | A | 5F | 0 | 14 | 125 | 5A | 2A |
| Octal | 266 | 13 | 313 | 12 | 137 | 0 | 24 | 445 | 132 | 52 |
| Binary | 10110110 | 1011 | 11001011 | 1010 | 1011111 | 0 | 10100 | 100100101 | 1011010 | 101010 |
Color Harmonies of #B60BCB
Complementary color
Monochromatic Colors of #B60BCB
Black with #B60BCB
Text Example
Text Example
White with #B60BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B60BCB; }
p { color: rgb(182,11,203); }
H1.HeaderClassName
{
color: #B60BCB;
}
.AnyTagClassName
{
color: #B60BCB;
}
</style>
background-color css
<style>
a { background-color: #B60BCB; }
a { background-color: rgb(182,11,203); }
div.DivClassName
{
background-color: #B60BCB;
}
.BgClassName
{
background-color: #B60BCB;
}
</style>
border-color css
<style>
span { border-color: #B60BCB; }
span { border-color: rgb(182,11,203); }
td.TdClassName
{
border-color: #B60BCB;
}
.TagClassName
{
border-color: #B60BCB;
}
</style>