Shades of Deep Magenta #BD0BC4
Tints of Deep Magenta #BD0BC4
RGB
CMYK
RGB Variations
Color information
#BD0BC4 (or 0xBD0BC4) is known color: Deep Magenta. HEX triplet: BD, 0B and C4. RGB value is (189,11,196). Sum of RGB (Red+Green+Blue) = 189+11+196=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 196 (76.95% from 255 or 49.49% from 396); Max value from RGB is 196 - color contains mainly: blue. Hex color #BD0BC4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD0BC4 is #42F43B. Grayscale: #545454. Windows color (decimal): -4387900 or 12848061. OLE color: 12848061.
HSL color Cylindrical-coordinate representation of color #BD0BC4: hue angle of 297.73º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0BC4 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 189 | 11 | 196 | - |
| CMYK | 0.04 | 0.94 | 0 | 0.23 |
| HSL | 297.73º | 0.89% | 0.41% | - |
| HSV(B) | 297.73º | 0.94% | 0.77% | - |
| XYZ | 31.07 | 15.04 | 53.49 | - |
| YUV | 85.31 | 190.47 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 11 | 196 | 0.04 | 0.94 | 0 | 0.23 | 297.73 | 0.89 | 0.41 |
| Hex | BD | B | C4 | 4 | 5E | 0 | 17 | 12A | 59 | 29 |
| Octal | 275 | 13 | 304 | 4 | 136 | 0 | 27 | 452 | 131 | 51 |
| Binary | 10111101 | 1011 | 11000100 | 100 | 1011110 | 0 | 10111 | 100101010 | 1011001 | 101001 |
Color Harmonies of #BD0BC4
Complementary color
Monochromatic Colors of #BD0BC4
Black with #BD0BC4
Text Example
Text Example
White with #BD0BC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0BC4; }
p { color: rgb(189,11,196); }
H1.HeaderClassName
{
color: #BD0BC4;
}
.AnyTagClassName
{
color: #BD0BC4;
}
</style>
background-color css
<style>
a { background-color: #BD0BC4; }
a { background-color: rgb(189,11,196); }
div.DivClassName
{
background-color: #BD0BC4;
}
.BgClassName
{
background-color: #BD0BC4;
}
</style>
border-color css
<style>
span { border-color: #BD0BC4; }
span { border-color: rgb(189,11,196); }
td.TdClassName
{
border-color: #BD0BC4;
}
.TagClassName
{
border-color: #BD0BC4;
}
</style>