Shades of Deep Magenta #B608C9
Tints of Deep Magenta #B608C9
RGB
CMYK
RGB Variations
Color information
#B608C9 (or 0xB608C9) is known color: Deep Magenta. HEX triplet: B6, 08 and C9. RGB value is (182,8,201). Sum of RGB (Red+Green+Blue) = 182+8+201=391 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.55% from 391); Green value is 8 (3.52% from 255 or 2.05% from 391); Blue value is 201 (78.91% from 255 or 51.41% from 391); Max value from RGB is 201 - color contains mainly: blue. Hex color #B608C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B608C9 is #49F736. Grayscale: #515151. Windows color (decimal): -4847415 or 13174966. OLE color: 13174966.
HSL color Cylindrical-coordinate representation of color #B608C9: hue angle of 294.09º 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 #B608C9 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 182 | 8 | 201 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.21 |
| HSL | 294.09º | 0.92% | 0.41% | - |
| HSV(B) | 294.09º | 0.96% | 0.79% | - |
| XYZ | 29.92 | 14.34 | 56.45 | - |
| YUV | 82.03 | 195.15 | 199.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 8 | 201 | 0.09 | 0.96 | 0 | 0.21 | 294.09 | 0.92 | 0.41 |
| Hex | B6 | 8 | C9 | 9 | 60 | 0 | 15 | 126 | 5C | 29 |
| Octal | 266 | 10 | 311 | 11 | 140 | 0 | 25 | 446 | 134 | 51 |
| Binary | 10110110 | 1000 | 11001001 | 1001 | 1100000 | 0 | 10101 | 100100110 | 1011100 | 101001 |
Color Harmonies of #B608C9
Complementary color
Monochromatic Colors of #B608C9
Black with #B608C9
Text Example
Text Example
White with #B608C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B608C9; }
p { color: rgb(182,8,201); }
H1.HeaderClassName
{
color: #B608C9;
}
.AnyTagClassName
{
color: #B608C9;
}
</style>
background-color css
<style>
a { background-color: #B608C9; }
a { background-color: rgb(182,8,201); }
div.DivClassName
{
background-color: #B608C9;
}
.BgClassName
{
background-color: #B608C9;
}
</style>
border-color css
<style>
span { border-color: #B608C9; }
span { border-color: rgb(182,8,201); }
td.TdClassName
{
border-color: #B608C9;
}
.TagClassName
{
border-color: #B608C9;
}
</style>