Shades of Perfume #BD91FE
Tints of Perfume #BD91FE
RGB
CMYK
RGB Variations
Color information
#BD91FE (or 0xBD91FE) is known color: Perfume. HEX triplet: BD, 91 and FE. RGB value is (189,145,254). Sum of RGB (Red+Green+Blue) = 189+145+254=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 145 (57.03% from 255 or 24.66% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD91FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD91FE is #426E01. Grayscale: #AAAAAA. Windows color (decimal): -4353538 or 16683453. OLE color: 16683453.
HSL color Cylindrical-coordinate representation of color #BD91FE: hue angle of 264.22º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BD91FE is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 145 | 254 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.00 |
| HSL | 264.22º | 0.98% | 0.78% | - |
| HSV(B) | 264.22º | 0.43% | 1% | - |
| XYZ | 49 | 38.23 | 98.56 | - |
| YUV | 170.58 | 175.08 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 254 | 0.26 | 0.43 | 0 | 0.00 | 264.22 | 0.98 | 0.78 |
| Hex | BD | 91 | FE | 1A | 2B | 0 | 0 | 108 | 62 | 4E |
| Octal | 275 | 221 | 376 | 32 | 53 | 0 | 0 | 410 | 142 | 116 |
| Binary | 10111101 | 10010001 | 11111110 | 11010 | 101011 | 0 | 0 | 100001000 | 1100010 | 1001110 |
Color Harmonies of #BD91FE
Complementary color
Monochromatic Colors of #BD91FE
Black with #BD91FE
Text Example
Text Example
White with #BD91FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91FE; }
p { color: rgb(189,145,254); }
H1.HeaderClassName
{
color: #BD91FE;
}
.AnyTagClassName
{
color: #BD91FE;
}
</style>
background-color css
<style>
a { background-color: #BD91FE; }
a { background-color: rgb(189,145,254); }
div.DivClassName
{
background-color: #BD91FE;
}
.BgClassName
{
background-color: #BD91FE;
}
</style>
border-color css
<style>
span { border-color: #BD91FE; }
span { border-color: rgb(189,145,254); }
td.TdClassName
{
border-color: #BD91FE;
}
.TagClassName
{
border-color: #BD91FE;
}
</style>