Shades of Perfume #BD8EFF
Tints of Perfume #BD8EFF
RGB
CMYK
RGB Variations
Color information
#BD8EFF (or 0xBD8EFF) is known color: Perfume. HEX triplet: BD, 8E and FF. RGB value is (189,142,255). Sum of RGB (Red+Green+Blue) = 189+142+255=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 142 (55.86% from 255 or 24.23% from 586); Blue value is 255 (100% from 255 or 43.52% from 586); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD8EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8EFF is #427100. Grayscale: #A8A8A8. Windows color (decimal): -4354305 or 16748221. OLE color: 16748221.
HSL color Cylindrical-coordinate representation of color #BD8EFF: hue angle of 264.96º 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 #BD8EFF is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 142 | 255 | - |
| CMYK | 0.26 | 0.44 | 0 | 0 |
| HSL | 264.96º | 1% | 0.78% | - |
| HSV(B) | 264.96º | 0.44% | 1% | - |
| XYZ | 48.71 | 37.38 | 99.26 | - |
| YUV | 168.94 | 176.57 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 142 | 255 | 0.26 | 0.44 | 0 | 0 | 264.96 | 1 | 0.78 |
| Hex | BD | 8E | FF | 1A | 2C | 0 | 0 | 109 | 64 | 4E |
| Octal | 275 | 216 | 377 | 32 | 54 | 0 | 0 | 411 | 144 | 116 |
| Binary | 10111101 | 10001110 | 11111111 | 11010 | 101100 | 0 | 0 | 100001001 | 1100100 | 1001110 |
Color Harmonies of #BD8EFF
Complementary color
Monochromatic Colors of #BD8EFF
Black with #BD8EFF
Text Example
Text Example
White with #BD8EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8EFF; }
p { color: rgb(189,142,255); }
H1.HeaderClassName
{
color: #BD8EFF;
}
.AnyTagClassName
{
color: #BD8EFF;
}
</style>
background-color css
<style>
a { background-color: #BD8EFF; }
a { background-color: rgb(189,142,255); }
div.DivClassName
{
background-color: #BD8EFF;
}
.BgClassName
{
background-color: #BD8EFF;
}
</style>
border-color css
<style>
span { border-color: #BD8EFF; }
span { border-color: rgb(189,142,255); }
td.TdClassName
{
border-color: #BD8EFF;
}
.TagClassName
{
border-color: #BD8EFF;
}
</style>