Shades of Deep Magenta #BF09AF
Tints of Deep Magenta #BF09AF
RGB
CMYK
RGB Variations
Color information
#BF09AF (or 0xBF09AF) is known color: Deep Magenta. HEX triplet: BF, 09 and AF. RGB value is (191,9,175). Sum of RGB (Red+Green+Blue) = 191+9+175=375 (49% of max value = 765). Red value is 191 (75% from 255 or 50.93% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 191 - color contains mainly: red. Hex color #BF09AF is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF09AF is #40F650. Grayscale: #515151. Windows color (decimal): -4257361 or 11471295. OLE color: 11471295.
HSL color Cylindrical-coordinate representation of color #BF09AF: hue angle of 305.27º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF09AF is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 9 | 175 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.25 |
| HSL | 305.27º | 0.91% | 0.39% | - |
| HSV(B) | 305.27º | 0.95% | 0.75% | - |
| XYZ | 29.32 | 14.37 | 41.79 | - |
| YUV | 82.34 | 180.3 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 9 | 175 | 0 | 0.95 | 0.08 | 0.25 | 305.27 | 0.91 | 0.39 |
| Hex | BF | 9 | AF | 0 | 5F | 8 | 19 | 131 | 5B | 27 |
| Octal | 277 | 11 | 257 | 0 | 137 | 10 | 31 | 461 | 133 | 47 |
| Binary | 10111111 | 1001 | 10101111 | 0 | 1011111 | 1000 | 11001 | 100110001 | 1011011 | 100111 |
Color Harmonies of #BF09AF
Complementary color
Monochromatic Colors of #BF09AF
Black with #BF09AF
Text Example
Text Example
White with #BF09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF09AF; }
p { color: rgb(191,9,175); }
H1.HeaderClassName
{
color: #BF09AF;
}
.AnyTagClassName
{
color: #BF09AF;
}
</style>
background-color css
<style>
a { background-color: #BF09AF; }
a { background-color: rgb(191,9,175); }
div.DivClassName
{
background-color: #BF09AF;
}
.BgClassName
{
background-color: #BF09AF;
}
</style>
border-color css
<style>
span { border-color: #BF09AF; }
span { border-color: rgb(191,9,175); }
td.TdClassName
{
border-color: #BF09AF;
}
.TagClassName
{
border-color: #BF09AF;
}
</style>