Shades of Perfume #BD92F7
Tints of Perfume #BD92F7
RGB
CMYK
RGB Variations
Color information
#BD92F7 (or 0xBD92F7) is known color: Perfume. HEX triplet: BD, 92 and F7. RGB value is (189,146,247). Sum of RGB (Red+Green+Blue) = 189+146+247=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 247 (96.88% from 255 or 42.44% from 582); Max value from RGB is 247 - color contains mainly: blue. Hex color #BD92F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD92F7 is #426D08. Grayscale: #AAAAAA. Windows color (decimal): -4353289 or 16224957. OLE color: 16224957.
HSL color Cylindrical-coordinate representation of color #BD92F7: hue angle of 265.54º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BD92F7 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 189 | 146 | 247 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.03 |
| HSL | 265.54º | 0.86% | 0.77% | - |
| HSV(B) | 265.54º | 0.41% | 0.97% | - |
| XYZ | 48.05 | 38.09 | 92.82 | - |
| YUV | 170.37 | 171.25 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 247 | 0.23 | 0.41 | 0 | 0.03 | 265.54 | 0.86 | 0.77 |
| Hex | BD | 92 | F7 | 17 | 29 | 0 | 3 | 10A | 56 | 4D |
| Octal | 275 | 222 | 367 | 27 | 51 | 0 | 3 | 412 | 126 | 115 |
| Binary | 10111101 | 10010010 | 11110111 | 10111 | 101001 | 0 | 11 | 100001010 | 1010110 | 1001101 |
Color Harmonies of #BD92F7
Complementary color
Monochromatic Colors of #BD92F7
Black with #BD92F7
Text Example
Text Example
White with #BD92F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92F7; }
p { color: rgb(189,146,247); }
H1.HeaderClassName
{
color: #BD92F7;
}
.AnyTagClassName
{
color: #BD92F7;
}
</style>
background-color css
<style>
a { background-color: #BD92F7; }
a { background-color: rgb(189,146,247); }
div.DivClassName
{
background-color: #BD92F7;
}
.BgClassName
{
background-color: #BD92F7;
}
</style>
border-color css
<style>
span { border-color: #BD92F7; }
span { border-color: rgb(189,146,247); }
td.TdClassName
{
border-color: #BD92F7;
}
.TagClassName
{
border-color: #BD92F7;
}
</style>