Shades of Perfume #BD8BFF
Tints of Perfume #BD8BFF
RGB
CMYK
RGB Variations
Color information
#BD8BFF (or 0xBD8BFF) is known color: Perfume. HEX triplet: BD, 8B and FF. RGB value is (189,139,255). Sum of RGB (Red+Green+Blue) = 189+139+255=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 139 (54.69% from 255 or 23.84% from 583); Blue value is 255 (100% from 255 or 43.74% from 583); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD8BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD8BFF is #427400. Grayscale: #A6A6A6. Windows color (decimal): -4355073 or 16747453. OLE color: 16747453.
HSL color Cylindrical-coordinate representation of color #BD8BFF: hue angle of 265.86º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD8BFF is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 139 | 255 | - |
| CMYK | 0.26 | 0.45 | 0 | 0 |
| HSL | 265.86º | 1% | 0.77% | - |
| HSV(B) | 265.86º | 0.45% | 1% | - |
| XYZ | 48.27 | 36.5 | 99.11 | - |
| YUV | 167.17 | 177.57 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 139 | 255 | 0.26 | 0.45 | 0 | 0 | 265.86 | 1 | 0.77 |
| Hex | BD | 8B | FF | 1A | 2D | 0 | 0 | 10A | 64 | 4D |
| Octal | 275 | 213 | 377 | 32 | 55 | 0 | 0 | 412 | 144 | 115 |
| Binary | 10111101 | 10001011 | 11111111 | 11010 | 101101 | 0 | 0 | 100001010 | 1100100 | 1001101 |
Color Harmonies of #BD8BFF
Complementary color
Monochromatic Colors of #BD8BFF
Black with #BD8BFF
Text Example
Text Example
White with #BD8BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD8BFF; }
p { color: rgb(189,139,255); }
H1.HeaderClassName
{
color: #BD8BFF;
}
.AnyTagClassName
{
color: #BD8BFF;
}
</style>
background-color css
<style>
a { background-color: #BD8BFF; }
a { background-color: rgb(189,139,255); }
div.DivClassName
{
background-color: #BD8BFF;
}
.BgClassName
{
background-color: #BD8BFF;
}
</style>
border-color css
<style>
span { border-color: #BD8BFF; }
span { border-color: rgb(189,139,255); }
td.TdClassName
{
border-color: #BD8BFF;
}
.TagClassName
{
border-color: #BD8BFF;
}
</style>