Shades of Deep Magenta #B102CC
Tints of Deep Magenta #B102CC
RGB
CMYK
RGB Variations
Color information
#B102CC (or 0xB102CC) is known color: Deep Magenta. HEX triplet: B1, 02 and CC. RGB value is (177,2,204). Sum of RGB (Red+Green+Blue) = 177+2+204=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 2 (1.17% from 255 or 0.52% from 383); Blue value is 204 (80.08% from 255 or 53.26% from 383); Max value from RGB is 204 - color contains mainly: blue. Hex color #B102CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B102CC is #4EFD33. Grayscale: #4C4C4C. Windows color (decimal): -5176628 or 13370033. OLE color: 13370033.
HSL color Cylindrical-coordinate representation of color #B102CC: hue angle of 291.98º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B102CC is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 2 | 204 | - |
| CMYK | 0.13 | 0.99 | 0 | 0.2 |
| HSL | 291.98º | 0.98% | 0.4% | - |
| HSV(B) | 291.98º | 0.99% | 0.8% | - |
| XYZ | 29.05 | 13.75 | 58.25 | - |
| YUV | 77.35 | 199.48 | 199.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 2 | 204 | 0.13 | 0.99 | 0 | 0.2 | 291.98 | 0.98 | 0.4 |
| Hex | B1 | 2 | CC | D | 63 | 0 | 14 | 124 | 62 | 28 |
| Octal | 261 | 2 | 314 | 15 | 143 | 0 | 24 | 444 | 142 | 50 |
| Binary | 10110001 | 10 | 11001100 | 1101 | 1100011 | 0 | 10100 | 100100100 | 1100010 | 101000 |
Color Harmonies of #B102CC
Complementary color
Monochromatic Colors of #B102CC
Black with #B102CC
Text Example
Text Example
White with #B102CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B102CC; }
p { color: rgb(177,2,204); }
H1.HeaderClassName
{
color: #B102CC;
}
.AnyTagClassName
{
color: #B102CC;
}
</style>
background-color css
<style>
a { background-color: #B102CC; }
a { background-color: rgb(177,2,204); }
div.DivClassName
{
background-color: #B102CC;
}
.BgClassName
{
background-color: #B102CC;
}
</style>
border-color css
<style>
span { border-color: #B102CC; }
span { border-color: rgb(177,2,204); }
td.TdClassName
{
border-color: #B102CC;
}
.TagClassName
{
border-color: #B102CC;
}
</style>