Shades of Perfume #BD95F8
Tints of Perfume #BD95F8
RGB
CMYK
RGB Variations
Color information
#BD95F8 (or 0xBD95F8) is known color: Perfume. HEX triplet: BD, 95 and F8. RGB value is (189,149,248). Sum of RGB (Red+Green+Blue) = 189+149+248=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #BD95F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD95F8 is #426A07. Grayscale: #ABABAB. Windows color (decimal): -4352520 or 16291261. OLE color: 16291261.
HSL color Cylindrical-coordinate representation of color #BD95F8: hue angle of 264.24º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD95F8 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 149 | 248 | - |
| CMYK | 0.24 | 0.40 | 0 | 0.03 |
| HSL | 264.24º | 0.88% | 0.78% | - |
| HSV(B) | 264.24º | 0.4% | 0.97% | - |
| XYZ | 48.68 | 39.09 | 93.79 | - |
| YUV | 172.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 248 | 0.24 | 0.40 | 0 | 0.03 | 264.24 | 0.88 | 0.78 |
| Hex | BD | 95 | F8 | 18 | 28 | 0 | 3 | 108 | 58 | 4E |
| Octal | 275 | 225 | 370 | 30 | 50 | 0 | 3 | 410 | 130 | 116 |
| Binary | 10111101 | 10010101 | 11111000 | 11000 | 101000 | 0 | 11 | 100001000 | 1011000 | 1001110 |
Color Harmonies of #BD95F8
Complementary color
Monochromatic Colors of #BD95F8
Black with #BD95F8
Text Example
Text Example
White with #BD95F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD95F8; }
p { color: rgb(189,149,248); }
H1.HeaderClassName
{
color: #BD95F8;
}
.AnyTagClassName
{
color: #BD95F8;
}
</style>
background-color css
<style>
a { background-color: #BD95F8; }
a { background-color: rgb(189,149,248); }
div.DivClassName
{
background-color: #BD95F8;
}
.BgClassName
{
background-color: #BD95F8;
}
</style>
border-color css
<style>
span { border-color: #BD95F8; }
span { border-color: rgb(189,149,248); }
td.TdClassName
{
border-color: #BD95F8;
}
.TagClassName
{
border-color: #BD95F8;
}
</style>