Shades of Perfume #BD8FFF
Tints of Perfume #BD8FFF
RGB
CMYK
RGB Variations
Color information
#BD8FFF (or 0xBD8FFF) is known color: Perfume. HEX triplet: BD, 8F and FF. RGB value is (189,143,255). Sum of RGB (Red+Green+Blue) = 189+143+255=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD8FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FFF is #427000. Grayscale: #A9A9A9. Windows color (decimal): -4354049 or 16748477. OLE color: 16748477.
HSL color Cylindrical-coordinate representation of color #BD8FFF: hue angle of 264.64º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD8FFF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 143 | 255 | - |
| CMYK | 0.26 | 0.44 | 0 | 0 |
| HSL | 264.64º | 1% | 0.78% | - |
| HSV(B) | 264.64º | 0.44% | 1% | - |
| XYZ | 48.86 | 37.68 | 99.31 | - |
| YUV | 169.52 | 176.24 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 255 | 0.26 | 0.44 | 0 | 0 | 264.64 | 1 | 0.78 |
| Hex | BD | 8F | FF | 1A | 2C | 0 | 0 | 109 | 64 | 4E |
| Octal | 275 | 217 | 377 | 32 | 54 | 0 | 0 | 411 | 144 | 116 |
| Binary | 10111101 | 10001111 | 11111111 | 11010 | 101100 | 0 | 0 | 100001001 | 1100100 | 1001110 |
Color Harmonies of #BD8FFF
Complementary color
Monochromatic Colors of #BD8FFF
Black with #BD8FFF
Text Example
Text Example
White with #BD8FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FFF; }
p { color: rgb(189,143,255); }
H1.HeaderClassName
{
color: #BD8FFF;
}
.AnyTagClassName
{
color: #BD8FFF;
}
</style>
background-color css
<style>
a { background-color: #BD8FFF; }
a { background-color: rgb(189,143,255); }
div.DivClassName
{
background-color: #BD8FFF;
}
.BgClassName
{
background-color: #BD8FFF;
}
</style>
border-color css
<style>
span { border-color: #BD8FFF; }
span { border-color: rgb(189,143,255); }
td.TdClassName
{
border-color: #BD8FFF;
}
.TagClassName
{
border-color: #BD8FFF;
}
</style>