Shades of Perfume #BD91F1
Tints of Perfume #BD91F1
RGB
CMYK
RGB Variations
Color information
#BD91F1 (or 0xBD91F1) is known color: Perfume. HEX triplet: BD, 91 and F1. RGB value is (189,145,241). Sum of RGB (Red+Green+Blue) = 189+145+241=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 241 (94.53% from 255 or 41.91% from 575); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD91F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD91F1 is #426E0E. Grayscale: #A8A8A8. Windows color (decimal): -4353551 or 15831485. OLE color: 15831485.
HSL color Cylindrical-coordinate representation of color #BD91F1: hue angle of 267.5º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD91F1 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 145 | 241 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.05 |
| HSL | 267.5º | 0.77% | 0.76% | - |
| HSV(B) | 267.5º | 0.4% | 0.95% | - |
| XYZ | 46.99 | 37.42 | 87.97 | - |
| YUV | 169.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 241 | 0.22 | 0.40 | 0 | 0.05 | 267.5 | 0.77 | 0.76 |
| Hex | BD | 91 | F1 | 16 | 28 | 0 | 5 | 10C | 4D | 4C |
| Octal | 275 | 221 | 361 | 26 | 50 | 0 | 5 | 414 | 115 | 114 |
| Binary | 10111101 | 10010001 | 11110001 | 10110 | 101000 | 0 | 101 | 100001100 | 1001101 | 1001100 |
Color Harmonies of #BD91F1
Complementary color
Monochromatic Colors of #BD91F1
Black with #BD91F1
Text Example
Text Example
White with #BD91F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91F1; }
p { color: rgb(189,145,241); }
H1.HeaderClassName
{
color: #BD91F1;
}
.AnyTagClassName
{
color: #BD91F1;
}
</style>
background-color css
<style>
a { background-color: #BD91F1; }
a { background-color: rgb(189,145,241); }
div.DivClassName
{
background-color: #BD91F1;
}
.BgClassName
{
background-color: #BD91F1;
}
</style>
border-color css
<style>
span { border-color: #BD91F1; }
span { border-color: rgb(189,145,241); }
td.TdClassName
{
border-color: #BD91F1;
}
.TagClassName
{
border-color: #BD91F1;
}
</style>