Shades of Deep Magenta #B618CB
Tints of Deep Magenta #B618CB
RGB
CMYK
RGB Variations
Color information
#B618CB (or 0xB618CB) is known color: Deep Magenta. HEX triplet: B6, 18 and CB. RGB value is (182,24,203). Sum of RGB (Red+Green+Blue) = 182+24+203=409 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.50% from 409); Green value is 24 (9.77% from 255 or 5.87% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #B618CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B618CB is #49E734. Grayscale: #5B5B5B. Windows color (decimal): -4843317 or 13310134. OLE color: 13310134.
HSL color Cylindrical-coordinate representation of color #B618CB: hue angle of 292.96º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B618CB is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 24 | 203 | - |
| CMYK | 0.10 | 0.88 | 0 | 0.20 |
| HSL | 292.96º | 0.79% | 0.45% | - |
| HSV(B) | 292.96º | 0.88% | 0.8% | - |
| XYZ | 30.4 | 14.91 | 57.78 | - |
| YUV | 91.65 | 190.85 | 192.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 24 | 203 | 0.10 | 0.88 | 0 | 0.20 | 292.96 | 0.79 | 0.45 |
| Hex | B6 | 18 | CB | A | 58 | 0 | 14 | 125 | 4F | 2D |
| Octal | 266 | 30 | 313 | 12 | 130 | 0 | 24 | 445 | 117 | 55 |
| Binary | 10110110 | 11000 | 11001011 | 1010 | 1011000 | 0 | 10100 | 100100101 | 1001111 | 101101 |
Color Harmonies of #B618CB
Complementary color
Monochromatic Colors of #B618CB
Black with #B618CB
Text Example
Text Example
White with #B618CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B618CB; }
p { color: rgb(182,24,203); }
H1.HeaderClassName
{
color: #B618CB;
}
.AnyTagClassName
{
color: #B618CB;
}
</style>
background-color css
<style>
a { background-color: #B618CB; }
a { background-color: rgb(182,24,203); }
div.DivClassName
{
background-color: #B618CB;
}
.BgClassName
{
background-color: #B618CB;
}
</style>
border-color css
<style>
span { border-color: #B618CB; }
span { border-color: rgb(182,24,203); }
td.TdClassName
{
border-color: #B618CB;
}
.TagClassName
{
border-color: #B618CB;
}
</style>