Shades of Perfume #BD8DFA
Tints of Perfume #BD8DFA
RGB
CMYK
RGB Variations
Color information
#BD8DFA (or 0xBD8DFA) is known color: Perfume. HEX triplet: BD, 8D and FA. RGB value is (189,141,250). Sum of RGB (Red+Green+Blue) = 189+141+250=580 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.59% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD8DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8DFA is #427205. Grayscale: #A7A7A7. Windows color (decimal): -4354566 or 16420285. OLE color: 16420285.
HSL color Cylindrical-coordinate representation of color #BD8DFA: hue angle of 266.42º degrees, saturation: 0.92, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BD8DFA is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 141 | 250 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.02 |
| HSL | 266.42º | 0.92% | 0.77% | - |
| HSV(B) | 266.42º | 0.44% | 0.98% | - |
| XYZ | 47.77 | 36.77 | 95.02 | - |
| YUV | 167.78 | 174.4 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 141 | 250 | 0.24 | 0.44 | 0 | 0.02 | 266.42 | 0.92 | 0.77 |
| Hex | BD | 8D | FA | 18 | 2C | 0 | 2 | 10A | 5C | 4D |
| Octal | 275 | 215 | 372 | 30 | 54 | 0 | 2 | 412 | 134 | 115 |
| Binary | 10111101 | 10001101 | 11111010 | 11000 | 101100 | 0 | 10 | 100001010 | 1011100 | 1001101 |
Color Harmonies of #BD8DFA
Complementary color
Monochromatic Colors of #BD8DFA
Black with #BD8DFA
Text Example
Text Example
White with #BD8DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8DFA; }
p { color: rgb(189,141,250); }
H1.HeaderClassName
{
color: #BD8DFA;
}
.AnyTagClassName
{
color: #BD8DFA;
}
</style>
background-color css
<style>
a { background-color: #BD8DFA; }
a { background-color: rgb(189,141,250); }
div.DivClassName
{
background-color: #BD8DFA;
}
.BgClassName
{
background-color: #BD8DFA;
}
</style>
border-color css
<style>
span { border-color: #BD8DFA; }
span { border-color: rgb(189,141,250); }
td.TdClassName
{
border-color: #BD8DFA;
}
.TagClassName
{
border-color: #BD8DFA;
}
</style>