Shades of Perfume #BD9FFF
Tints of Perfume #BD9FFF
RGB
CMYK
RGB Variations
Color information
#BD9FFF (or 0xBD9FFF) is known color: Perfume. HEX triplet: BD, 9F and FF. RGB value is (189,159,255). Sum of RGB (Red+Green+Blue) = 189+159+255=603 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.34% from 603); Green value is 159 (62.5% from 255 or 26.37% from 603); Blue value is 255 (100% from 255 or 42.29% from 603); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD9FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FFF is #426000. Grayscale: #B2B2B2. Windows color (decimal): -4349953 or 16752573. OLE color: 16752573.
HSL color Cylindrical-coordinate representation of color #BD9FFF: hue angle of 258.75º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD9FFF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 159 | 255 | - |
| CMYK | 0.26 | 0.38 | 0 | 0 |
| HSL | 258.75º | 1% | 0.81% | - |
| HSV(B) | 258.75º | 0.38% | 1% | - |
| XYZ | 51.43 | 42.84 | 100.16 | - |
| YUV | 178.91 | 170.94 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 159 | 255 | 0.26 | 0.38 | 0 | 0 | 258.75 | 1 | 0.81 |
| Hex | BD | 9F | FF | 1A | 26 | 0 | 0 | 103 | 64 | 51 |
| Octal | 275 | 237 | 377 | 32 | 46 | 0 | 0 | 403 | 144 | 121 |
| Binary | 10111101 | 10011111 | 11111111 | 11010 | 100110 | 0 | 0 | 100000011 | 1100100 | 1010001 |
Color Harmonies of #BD9FFF
Complementary color
Monochromatic Colors of #BD9FFF
Black with #BD9FFF
Text Example
Text Example
White with #BD9FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD9FFF; }
p { color: rgb(189,159,255); }
H1.HeaderClassName
{
color: #BD9FFF;
}
.AnyTagClassName
{
color: #BD9FFF;
}
</style>
background-color css
<style>
a { background-color: #BD9FFF; }
a { background-color: rgb(189,159,255); }
div.DivClassName
{
background-color: #BD9FFF;
}
.BgClassName
{
background-color: #BD9FFF;
}
</style>
border-color css
<style>
span { border-color: #BD9FFF; }
span { border-color: rgb(189,159,255); }
td.TdClassName
{
border-color: #BD9FFF;
}
.TagClassName
{
border-color: #BD9FFF;
}
</style>