Shades of Deep Magenta #BF26B2
Tints of Deep Magenta #BF26B2
RGB
CMYK
RGB Variations
Color information
#BF26B2 (or 0xBF26B2) is known color: Deep Magenta. HEX triplet: BF, 26 and B2. RGB value is (191,38,178). Sum of RGB (Red+Green+Blue) = 191+38+178=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 38 (15.23% from 255 or 9.34% from 407); Blue value is 178 (69.92% from 255 or 43.73% from 407); Max value from RGB is 191 - color contains mainly: red. Hex color #BF26B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF26B2 is #40D94D. Grayscale: #636363. Windows color (decimal): -4249934 or 11675327. OLE color: 11675327.
HSL color Cylindrical-coordinate representation of color #BF26B2: hue angle of 305.1º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF26B2 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 38 | 178 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.25 |
| HSL | 305.1º | 0.67% | 0.45% | - |
| HSV(B) | 305.1º | 0.8% | 0.75% | - |
| XYZ | 30.21 | 15.68 | 43.55 | - |
| YUV | 99.71 | 172.19 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 38 | 178 | 0 | 0.80 | 0.07 | 0.25 | 305.1 | 0.67 | 0.45 |
| Hex | BF | 26 | B2 | 0 | 50 | 7 | 19 | 131 | 43 | 2D |
| Octal | 277 | 46 | 262 | 0 | 120 | 7 | 31 | 461 | 103 | 55 |
| Binary | 10111111 | 100110 | 10110010 | 0 | 1010000 | 111 | 11001 | 100110001 | 1000011 | 101101 |
Color Harmonies of #BF26B2
Complementary color
Monochromatic Colors of #BF26B2
Black with #BF26B2
Text Example
Text Example
White with #BF26B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF26B2; }
p { color: rgb(191,38,178); }
H1.HeaderClassName
{
color: #BF26B2;
}
.AnyTagClassName
{
color: #BF26B2;
}
</style>
background-color css
<style>
a { background-color: #BF26B2; }
a { background-color: rgb(191,38,178); }
div.DivClassName
{
background-color: #BF26B2;
}
.BgClassName
{
background-color: #BF26B2;
}
</style>
border-color css
<style>
span { border-color: #BF26B2; }
span { border-color: rgb(191,38,178); }
td.TdClassName
{
border-color: #BF26B2;
}
.TagClassName
{
border-color: #BF26B2;
}
</style>