Shades of Perfume #BD8FFD
Tints of Perfume #BD8FFD
RGB
CMYK
RGB Variations
Color information
#BD8FFD (or 0xBD8FFD) is known color: Perfume. HEX triplet: BD, 8F and FD. RGB value is (189,143,253). Sum of RGB (Red+Green+Blue) = 189+143+253=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 143 (56.25% from 255 or 24.44% from 585); Blue value is 253 (99.22% from 255 or 43.25% from 585); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD8FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8FFD is #427002. Grayscale: #A8A8A8. Windows color (decimal): -4354051 or 16617405. OLE color: 16617405.
HSL color Cylindrical-coordinate representation of color #BD8FFD: hue angle of 265.09º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD8FFD is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 143 | 253 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.01 |
| HSL | 265.09º | 0.96% | 0.78% | - |
| HSV(B) | 265.09º | 0.43% | 0.99% | - |
| XYZ | 48.54 | 37.56 | 97.62 | - |
| YUV | 169.29 | 175.24 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 143 | 253 | 0.25 | 0.43 | 0 | 0.01 | 265.09 | 0.96 | 0.78 |
| Hex | BD | 8F | FD | 19 | 2B | 0 | 1 | 109 | 60 | 4E |
| Octal | 275 | 217 | 375 | 31 | 53 | 0 | 1 | 411 | 140 | 116 |
| Binary | 10111101 | 10001111 | 11111101 | 11001 | 101011 | 0 | 1 | 100001001 | 1100000 | 1001110 |
Color Harmonies of #BD8FFD
Complementary color
Monochromatic Colors of #BD8FFD
Black with #BD8FFD
Text Example
Text Example
White with #BD8FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8FFD; }
p { color: rgb(189,143,253); }
H1.HeaderClassName
{
color: #BD8FFD;
}
.AnyTagClassName
{
color: #BD8FFD;
}
</style>
background-color css
<style>
a { background-color: #BD8FFD; }
a { background-color: rgb(189,143,253); }
div.DivClassName
{
background-color: #BD8FFD;
}
.BgClassName
{
background-color: #BD8FFD;
}
</style>
border-color css
<style>
span { border-color: #BD8FFD; }
span { border-color: rgb(189,143,253); }
td.TdClassName
{
border-color: #BD8FFD;
}
.TagClassName
{
border-color: #BD8FFD;
}
</style>