Shades of Perfume #BD93E9
Tints of Perfume #BD93E9
RGB
CMYK
RGB Variations
Color information
#BD93E9 (or 0xBD93E9) is known color: Perfume. HEX triplet: BD, 93 and E9. RGB value is (189,147,233). Sum of RGB (Red+Green+Blue) = 189+147+233=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 147 (57.81% from 255 or 25.83% from 569); Blue value is 233 (91.41% from 255 or 40.95% from 569); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD93E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD93E9 is #426C16. Grayscale: #A9A9A9. Windows color (decimal): -4353047 or 15307709. OLE color: 15307709.
HSL color Cylindrical-coordinate representation of color #BD93E9: hue angle of 269.3º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BD93E9 is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 147 | 233 | - |
| CMYK | 0.19 | 0.37 | 0 | 0.09 |
| HSL | 269.3º | 0.66% | 0.75% | - |
| HSV(B) | 269.3º | 0.37% | 0.91% | - |
| XYZ | 46.13 | 37.57 | 81.91 | - |
| YUV | 169.36 | 163.91 | 142.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 147 | 233 | 0.19 | 0.37 | 0 | 0.09 | 269.3 | 0.66 | 0.75 |
| Hex | BD | 93 | E9 | 13 | 25 | 0 | 9 | 10D | 42 | 4B |
| Octal | 275 | 223 | 351 | 23 | 45 | 0 | 11 | 415 | 102 | 113 |
| Binary | 10111101 | 10010011 | 11101001 | 10011 | 100101 | 0 | 1001 | 100001101 | 1000010 | 1001011 |
Color Harmonies of #BD93E9
Complementary color
Monochromatic Colors of #BD93E9
Black with #BD93E9
Text Example
Text Example
White with #BD93E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD93E9; }
p { color: rgb(189,147,233); }
H1.HeaderClassName
{
color: #BD93E9;
}
.AnyTagClassName
{
color: #BD93E9;
}
</style>
background-color css
<style>
a { background-color: #BD93E9; }
a { background-color: rgb(189,147,233); }
div.DivClassName
{
background-color: #BD93E9;
}
.BgClassName
{
background-color: #BD93E9;
}
</style>
border-color css
<style>
span { border-color: #BD93E9; }
span { border-color: rgb(189,147,233); }
td.TdClassName
{
border-color: #BD93E9;
}
.TagClassName
{
border-color: #BD93E9;
}
</style>