Shades of Deep Magenta #BF1BD2
Tints of Deep Magenta #BF1BD2
RGB
CMYK
RGB Variations
Color information
#BF1BD2 (or 0xBF1BD2) is known color: Deep Magenta. HEX triplet: BF, 1B and D2. RGB value is (191,27,210). Sum of RGB (Red+Green+Blue) = 191+27+210=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 27 (10.94% from 255 or 6.31% from 428); Blue value is 210 (82.42% from 255 or 49.07% from 428); Max value from RGB is 210 - color contains mainly: blue. Hex color #BF1BD2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF1BD2 is #40E42D. Grayscale: #606060. Windows color (decimal): -4252718 or 13769663. OLE color: 13769663.
HSL color Cylindrical-coordinate representation of color #BF1BD2: hue angle of 293.77º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BF1BD2 is Cyan = 0.09, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 27 | 210 | - |
| CMYK | 0.09 | 0.87 | 0 | 0.18 |
| HSL | 293.77º | 0.77% | 0.46% | - |
| HSV(B) | 293.77º | 0.87% | 0.82% | - |
| XYZ | 33.51 | 16.51 | 62.39 | - |
| YUV | 96.9 | 191.83 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 27 | 210 | 0.09 | 0.87 | 0 | 0.18 | 293.77 | 0.77 | 0.46 |
| Hex | BF | 1B | D2 | 9 | 57 | 0 | 12 | 126 | 4D | 2E |
| Octal | 277 | 33 | 322 | 11 | 127 | 0 | 22 | 446 | 115 | 56 |
| Binary | 10111111 | 11011 | 11010010 | 1001 | 1010111 | 0 | 10010 | 100100110 | 1001101 | 101110 |
Color Harmonies of #BF1BD2
Complementary color
Monochromatic Colors of #BF1BD2
Black with #BF1BD2
Text Example
Text Example
White with #BF1BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF1BD2; }
p { color: rgb(191,27,210); }
H1.HeaderClassName
{
color: #BF1BD2;
}
.AnyTagClassName
{
color: #BF1BD2;
}
</style>
background-color css
<style>
a { background-color: #BF1BD2; }
a { background-color: rgb(191,27,210); }
div.DivClassName
{
background-color: #BF1BD2;
}
.BgClassName
{
background-color: #BF1BD2;
}
</style>
border-color css
<style>
span { border-color: #BF1BD2; }
span { border-color: rgb(191,27,210); }
td.TdClassName
{
border-color: #BF1BD2;
}
.TagClassName
{
border-color: #BF1BD2;
}
</style>