Shades of Deep Magenta #B408CA
Tints of Deep Magenta #B408CA
RGB
CMYK
RGB Variations
Color information
#B408CA (or 0xB408CA) is known color: Deep Magenta. HEX triplet: B4, 08 and CA. RGB value is (180,8,202). Sum of RGB (Red+Green+Blue) = 180+8+202=390 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.15% from 390); Green value is 8 (3.52% from 255 or 2.05% from 390); Blue value is 202 (79.30% from 255 or 51.79% from 390); Max value from RGB is 202 - color contains mainly: blue. Hex color #B408CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B408CA is #4BF735. Grayscale: #505050. Windows color (decimal): -4978486 or 13240500. OLE color: 13240500.
HSL color Cylindrical-coordinate representation of color #B408CA: hue angle of 293.2º 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 #B408CA is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 180 | 8 | 202 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.21 |
| HSL | 293.2º | 0.92% | 0.41% | - |
| HSV(B) | 293.2º | 0.96% | 0.79% | - |
| XYZ | 29.57 | 14.14 | 57.05 | - |
| YUV | 81.54 | 195.98 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 202 | 0.11 | 0.96 | 0 | 0.21 | 293.2 | 0.92 | 0.41 |
| Hex | B4 | 8 | CA | B | 60 | 0 | 15 | 125 | 5C | 29 |
| Octal | 264 | 10 | 312 | 13 | 140 | 0 | 25 | 445 | 134 | 51 |
| Binary | 10110100 | 1000 | 11001010 | 1011 | 1100000 | 0 | 10101 | 100100101 | 1011100 | 101001 |
Color Harmonies of #B408CA
Complementary color
Monochromatic Colors of #B408CA
Black with #B408CA
Text Example
Text Example
White with #B408CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B408CA; }
p { color: rgb(180,8,202); }
H1.HeaderClassName
{
color: #B408CA;
}
.AnyTagClassName
{
color: #B408CA;
}
</style>
background-color css
<style>
a { background-color: #B408CA; }
a { background-color: rgb(180,8,202); }
div.DivClassName
{
background-color: #B408CA;
}
.BgClassName
{
background-color: #B408CA;
}
</style>
border-color css
<style>
span { border-color: #B408CA; }
span { border-color: rgb(180,8,202); }
td.TdClassName
{
border-color: #B408CA;
}
.TagClassName
{
border-color: #B408CA;
}
</style>