Shades of Perfume #BD91FB
Tints of Perfume #BD91FB
RGB
CMYK
RGB Variations
Color information
#BD91FB (or 0xBD91FB) is known color: Perfume. HEX triplet: BD, 91 and FB. RGB value is (189,145,251). Sum of RGB (Red+Green+Blue) = 189+145+251=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD91FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD91FB is #426E04. Grayscale: #A9A9A9. Windows color (decimal): -4353541 or 16486845. OLE color: 16486845.
HSL color Cylindrical-coordinate representation of color #BD91FB: hue angle of 264.91º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD91FB is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 189 | 145 | 251 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.02 |
| HSL | 264.91º | 0.93% | 0.78% | - |
| HSV(B) | 264.91º | 0.42% | 0.98% | - |
| XYZ | 48.52 | 38.03 | 96.05 | - |
| YUV | 170.24 | 173.58 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 145 | 251 | 0.25 | 0.42 | 0 | 0.02 | 264.91 | 0.93 | 0.78 |
| Hex | BD | 91 | FB | 19 | 2A | 0 | 2 | 109 | 5D | 4E |
| Octal | 275 | 221 | 373 | 31 | 52 | 0 | 2 | 411 | 135 | 116 |
| Binary | 10111101 | 10010001 | 11111011 | 11001 | 101010 | 0 | 10 | 100001001 | 1011101 | 1001110 |
Color Harmonies of #BD91FB
Complementary color
Monochromatic Colors of #BD91FB
Black with #BD91FB
Text Example
Text Example
White with #BD91FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD91FB; }
p { color: rgb(189,145,251); }
H1.HeaderClassName
{
color: #BD91FB;
}
.AnyTagClassName
{
color: #BD91FB;
}
</style>
background-color css
<style>
a { background-color: #BD91FB; }
a { background-color: rgb(189,145,251); }
div.DivClassName
{
background-color: #BD91FB;
}
.BgClassName
{
background-color: #BD91FB;
}
</style>
border-color css
<style>
span { border-color: #BD91FB; }
span { border-color: rgb(189,145,251); }
td.TdClassName
{
border-color: #BD91FB;
}
.TagClassName
{
border-color: #BD91FB;
}
</style>