Shades of Deep Magenta #BD07BB
Tints of Deep Magenta #BD07BB
RGB
CMYK
RGB Variations
Color information
#BD07BB (or 0xBD07BB) is known color: Deep Magenta. HEX triplet: BD, 07 and BB. RGB value is (189,7,187). Sum of RGB (Red+Green+Blue) = 189+7+187=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 7 (3.12% from 255 or 1.83% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD07BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BD07BB is #42F844. Grayscale: #515151. Windows color (decimal): -4388933 or 12257213. OLE color: 12257213.
HSL color Cylindrical-coordinate representation of color #BD07BB: hue angle of 300.66º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BD07BB is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 7 | 187 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.26 |
| HSL | 300.66º | 0.93% | 0.38% | - |
| HSV(B) | 300.66º | 0.96% | 0.74% | - |
| XYZ | 30.03 | 14.56 | 48.24 | - |
| YUV | 81.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 7 | 187 | 0 | 0.96 | 0.01 | 0.26 | 300.66 | 0.93 | 0.38 |
| Hex | BD | 7 | BB | 0 | 60 | 1 | 1A | 12D | 5D | 26 |
| Octal | 275 | 7 | 273 | 0 | 140 | 1 | 32 | 455 | 135 | 46 |
| Binary | 10111101 | 111 | 10111011 | 0 | 1100000 | 1 | 11010 | 100101101 | 1011101 | 100110 |
Color Harmonies of #BD07BB
Complementary color
Monochromatic Colors of #BD07BB
Black with #BD07BB
Text Example
Text Example
White with #BD07BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD07BB; }
p { color: rgb(189,7,187); }
H1.HeaderClassName
{
color: #BD07BB;
}
.AnyTagClassName
{
color: #BD07BB;
}
</style>
background-color css
<style>
a { background-color: #BD07BB; }
a { background-color: rgb(189,7,187); }
div.DivClassName
{
background-color: #BD07BB;
}
.BgClassName
{
background-color: #BD07BB;
}
</style>
border-color css
<style>
span { border-color: #BD07BB; }
span { border-color: rgb(189,7,187); }
td.TdClassName
{
border-color: #BD07BB;
}
.TagClassName
{
border-color: #BD07BB;
}
</style>