Shades of Deep Magenta #B308C9
Tints of Deep Magenta #B308C9
RGB
CMYK
RGB Variations
Color information
#B308C9 (or 0xB308C9) is known color: Deep Magenta. HEX triplet: B3, 08 and C9. RGB value is (179,8,201). Sum of RGB (Red+Green+Blue) = 179+8+201=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 8 (3.52% from 255 or 2.06% from 388); Blue value is 201 (78.91% from 255 or 51.80% from 388); Max value from RGB is 201 - color contains mainly: blue. Hex color #B308C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B308C9 is #4CF736. Grayscale: #505050. Windows color (decimal): -5044023 or 13174963. OLE color: 13174963.
HSL color Cylindrical-coordinate representation of color #B308C9: hue angle of 293.16º 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 #B308C9 is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 179 | 8 | 201 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.21 |
| HSL | 293.16º | 0.92% | 0.41% | - |
| HSV(B) | 293.16º | 0.96% | 0.79% | - |
| XYZ | 29.22 | 13.97 | 56.42 | - |
| YUV | 81.13 | 195.65 | 197.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 201 | 0.11 | 0.96 | 0 | 0.21 | 293.16 | 0.92 | 0.41 |
| Hex | B3 | 8 | C9 | B | 60 | 0 | 15 | 125 | 5C | 29 |
| Octal | 263 | 10 | 311 | 13 | 140 | 0 | 25 | 445 | 134 | 51 |
| Binary | 10110011 | 1000 | 11001001 | 1011 | 1100000 | 0 | 10101 | 100100101 | 1011100 | 101001 |
Color Harmonies of #B308C9
Complementary color
Monochromatic Colors of #B308C9
Black with #B308C9
Text Example
Text Example
White with #B308C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B308C9; }
p { color: rgb(179,8,201); }
H1.HeaderClassName
{
color: #B308C9;
}
.AnyTagClassName
{
color: #B308C9;
}
</style>
background-color css
<style>
a { background-color: #B308C9; }
a { background-color: rgb(179,8,201); }
div.DivClassName
{
background-color: #B308C9;
}
.BgClassName
{
background-color: #B308C9;
}
</style>
border-color css
<style>
span { border-color: #B308C9; }
span { border-color: rgb(179,8,201); }
td.TdClassName
{
border-color: #B308C9;
}
.TagClassName
{
border-color: #B308C9;
}
</style>