Shades of Deep Magenta #B108CA
Tints of Deep Magenta #B108CA
RGB
CMYK
RGB Variations
Color information
#B108CA (or 0xB108CA) is known color: Deep Magenta. HEX triplet: B1, 08 and CA. RGB value is (177,8,202). Sum of RGB (Red+Green+Blue) = 177+8+202=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 8 (3.52% from 255 or 2.07% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #B108CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B108CA is #4EF735. Grayscale: #505050. Windows color (decimal): -5175094 or 13240497. OLE color: 13240497.
HSL color Cylindrical-coordinate representation of color #B108CA: hue angle of 292.27º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B108CA is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 177 | 8 | 202 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.21 |
| HSL | 292.27º | 0.92% | 0.41% | - |
| HSV(B) | 292.27º | 0.96% | 0.79% | - |
| XYZ | 28.88 | 13.79 | 57.02 | - |
| YUV | 80.65 | 196.49 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 8 | 202 | 0.12 | 0.96 | 0 | 0.21 | 292.27 | 0.92 | 0.41 |
| Hex | B1 | 8 | CA | C | 60 | 0 | 15 | 124 | 5C | 29 |
| Octal | 261 | 10 | 312 | 14 | 140 | 0 | 25 | 444 | 134 | 51 |
| Binary | 10110001 | 1000 | 11001010 | 1100 | 1100000 | 0 | 10101 | 100100100 | 1011100 | 101001 |
Color Harmonies of #B108CA
Complementary color
Monochromatic Colors of #B108CA
Black with #B108CA
Text Example
Text Example
White with #B108CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B108CA; }
p { color: rgb(177,8,202); }
H1.HeaderClassName
{
color: #B108CA;
}
.AnyTagClassName
{
color: #B108CA;
}
</style>
background-color css
<style>
a { background-color: #B108CA; }
a { background-color: rgb(177,8,202); }
div.DivClassName
{
background-color: #B108CA;
}
.BgClassName
{
background-color: #B108CA;
}
</style>
border-color css
<style>
span { border-color: #B108CA; }
span { border-color: rgb(177,8,202); }
td.TdClassName
{
border-color: #B108CA;
}
.TagClassName
{
border-color: #B108CA;
}
</style>