Shades of Deep Magenta #B809B2
Tints of Deep Magenta #B809B2
RGB
CMYK
RGB Variations
Color information
#B809B2 (or 0xB809B2) is known color: Deep Magenta. HEX triplet: B8, 09 and B2. RGB value is (184,9,178). Sum of RGB (Red+Green+Blue) = 184+9+178=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 178 (69.92% from 255 or 47.98% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B809B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B809B2 is #47F64D. Grayscale: #505050. Windows color (decimal): -4716110 or 11667896. OLE color: 11667896.
HSL color Cylindrical-coordinate representation of color #B809B2: hue angle of 302.06º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B809B2 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 178 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.28 |
| HSL | 302.06º | 0.91% | 0.38% | - |
| HSV(B) | 302.06º | 0.95% | 0.72% | - |
| XYZ | 27.9 | 13.6 | 43.27 | - |
| YUV | 80.59 | 182.98 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 178 | 0 | 0.95 | 0.03 | 0.28 | 302.06 | 0.91 | 0.38 |
| Hex | B8 | 9 | B2 | 0 | 5F | 3 | 1C | 12E | 5B | 26 |
| Octal | 270 | 11 | 262 | 0 | 137 | 3 | 34 | 456 | 133 | 46 |
| Binary | 10111000 | 1001 | 10110010 | 0 | 1011111 | 11 | 11100 | 100101110 | 1011011 | 100110 |
Color Harmonies of #B809B2
Complementary color
Monochromatic Colors of #B809B2
Black with #B809B2
Text Example
Text Example
White with #B809B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B809B2; }
p { color: rgb(184,9,178); }
H1.HeaderClassName
{
color: #B809B2;
}
.AnyTagClassName
{
color: #B809B2;
}
</style>
background-color css
<style>
a { background-color: #B809B2; }
a { background-color: rgb(184,9,178); }
div.DivClassName
{
background-color: #B809B2;
}
.BgClassName
{
background-color: #B809B2;
}
</style>
border-color css
<style>
span { border-color: #B809B2; }
span { border-color: rgb(184,9,178); }
td.TdClassName
{
border-color: #B809B2;
}
.TagClassName
{
border-color: #B809B2;
}
</style>