Shades of Deep Magenta #B009B3
Tints of Deep Magenta #B009B3
RGB
CMYK
RGB Variations
Color information
#B009B3 (or 0xB009B3) is known color: Deep Magenta. HEX triplet: B0, 09 and B3. RGB value is (176,9,179). Sum of RGB (Red+Green+Blue) = 176+9+179=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 9 (3.91% from 255 or 2.47% from 364); Blue value is 179 (70.31% from 255 or 49.18% from 364); Max value from RGB is 179 - color contains mainly: blue. Hex color #B009B3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B009B3 is #4FF64C. Grayscale: #4D4D4D. Windows color (decimal): -5240397 or 11733424. OLE color: 11733424.
HSL color Cylindrical-coordinate representation of color #B009B3: hue angle of 298.94º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B009B3 is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 176 | 9 | 179 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.30 |
| HSL | 298.94º | 0.9% | 0.37% | - |
| HSV(B) | 298.94º | 0.95% | 0.7% | - |
| XYZ | 26.14 | 12.68 | 43.72 | - |
| YUV | 78.31 | 184.83 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 9 | 179 | 0.02 | 0.95 | 0 | 0.30 | 298.94 | 0.9 | 0.37 |
| Hex | B0 | 9 | B3 | 2 | 5F | 0 | 1E | 12B | 5A | 25 |
| Octal | 260 | 11 | 263 | 2 | 137 | 0 | 36 | 453 | 132 | 45 |
| Binary | 10110000 | 1001 | 10110011 | 10 | 1011111 | 0 | 11110 | 100101011 | 1011010 | 100101 |
Color Harmonies of #B009B3
Complementary color
Monochromatic Colors of #B009B3
Black with #B009B3
Text Example
Text Example
White with #B009B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B009B3; }
p { color: rgb(176,9,179); }
H1.HeaderClassName
{
color: #B009B3;
}
.AnyTagClassName
{
color: #B009B3;
}
</style>
background-color css
<style>
a { background-color: #B009B3; }
a { background-color: rgb(176,9,179); }
div.DivClassName
{
background-color: #B009B3;
}
.BgClassName
{
background-color: #B009B3;
}
</style>
border-color css
<style>
span { border-color: #B009B3; }
span { border-color: rgb(176,9,179); }
td.TdClassName
{
border-color: #B009B3;
}
.TagClassName
{
border-color: #B009B3;
}
</style>