Shades of Perfume #BD91FA
Tints of Perfume #BD91FA
RGB
CMYK
RGB Variations
Color information
#BD91FA (or 0xBD91FA) is known color: Perfume. HEX triplet: BD, 91 and FA. RGB value is (189,145,250). Sum of RGB (Red+Green+Blue) = 189+145+250=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 145 (57.03% from 255 or 24.83% from 584); Blue value is 250 (98.05% from 255 or 42.81% from 584); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD91FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD91FA is #426E05. Grayscale: #A9A9A9. Windows color (decimal): -4353542 or 16421309. OLE color: 16421309.
HSL color Cylindrical-coordinate representation of color #BD91FA: hue angle of 265.14º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD91FA is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 145 | 250 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.02 |
| HSL | 265.14º | 0.91% | 0.77% | - |
| HSV(B) | 265.14º | 0.42% | 0.98% | - |
| XYZ | 48.37 | 37.97 | 95.22 | - |
| YUV | 170.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 250 | 0.24 | 0.42 | 0 | 0.02 | 265.14 | 0.91 | 0.77 |
| Hex | BD | 91 | FA | 18 | 2A | 0 | 2 | 109 | 5B | 4D |
| Octal | 275 | 221 | 372 | 30 | 52 | 0 | 2 | 411 | 133 | 115 |
| Binary | 10111101 | 10010001 | 11111010 | 11000 | 101010 | 0 | 10 | 100001001 | 1011011 | 1001101 |
Color Harmonies of #BD91FA
Complementary color
Monochromatic Colors of #BD91FA
Black with #BD91FA
Text Example
Text Example
White with #BD91FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91FA; }
p { color: rgb(189,145,250); }
H1.HeaderClassName
{
color: #BD91FA;
}
.AnyTagClassName
{
color: #BD91FA;
}
</style>
background-color css
<style>
a { background-color: #BD91FA; }
a { background-color: rgb(189,145,250); }
div.DivClassName
{
background-color: #BD91FA;
}
.BgClassName
{
background-color: #BD91FA;
}
</style>
border-color css
<style>
span { border-color: #BD91FA; }
span { border-color: rgb(189,145,250); }
td.TdClassName
{
border-color: #BD91FA;
}
.TagClassName
{
border-color: #BD91FA;
}
</style>