Shades of Perfume #BD95FF
Tints of Perfume #BD95FF
RGB
CMYK
RGB Variations
Color information
#BD95FF (or 0xBD95FF) is known color: Perfume. HEX triplet: BD, 95 and FF. RGB value is (189,149,255). Sum of RGB (Red+Green+Blue) = 189+149+255=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD95FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD95FF is #426A00. Grayscale: #ACACAC. Windows color (decimal): -4352513 or 16750013. OLE color: 16750013.
HSL color Cylindrical-coordinate representation of color #BD95FF: hue angle of 262.64º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD95FF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 149 | 255 | - |
| CMYK | 0.26 | 0.42 | 0 | 0 |
| HSL | 262.64º | 1% | 0.79% | - |
| HSV(B) | 262.64º | 0.42% | 1% | - |
| XYZ | 49.78 | 39.53 | 99.61 | - |
| YUV | 173.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 255 | 0.26 | 0.42 | 0 | 0 | 262.64 | 1 | 0.79 |
| Hex | BD | 95 | FF | 1A | 2A | 0 | 0 | 107 | 64 | 4F |
| Octal | 275 | 225 | 377 | 32 | 52 | 0 | 0 | 407 | 144 | 117 |
| Binary | 10111101 | 10010101 | 11111111 | 11010 | 101010 | 0 | 0 | 100000111 | 1100100 | 1001111 |
Color Harmonies of #BD95FF
Complementary color
Monochromatic Colors of #BD95FF
Black with #BD95FF
Text Example
Text Example
White with #BD95FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD95FF; }
p { color: rgb(189,149,255); }
H1.HeaderClassName
{
color: #BD95FF;
}
.AnyTagClassName
{
color: #BD95FF;
}
</style>
background-color css
<style>
a { background-color: #BD95FF; }
a { background-color: rgb(189,149,255); }
div.DivClassName
{
background-color: #BD95FF;
}
.BgClassName
{
background-color: #BD95FF;
}
</style>
border-color css
<style>
span { border-color: #BD95FF; }
span { border-color: rgb(189,149,255); }
td.TdClassName
{
border-color: #BD95FF;
}
.TagClassName
{
border-color: #BD95FF;
}
</style>