Shades of Perfume #BD92F0
Tints of Perfume #BD92F0
RGB
CMYK
RGB Variations
Color information
#BD92F0 (or 0xBD92F0) is known color: Perfume. HEX triplet: BD, 92 and F0. RGB value is (189,146,240). Sum of RGB (Red+Green+Blue) = 189+146+240=575 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.87% from 575); Green value is 146 (57.42% from 255 or 25.39% from 575); Blue value is 240 (94.14% from 255 or 41.74% from 575); Max value from RGB is 240 - color contains mainly: blue. Hex color #BD92F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD92F0 is #426D0F. Grayscale: #A9A9A9. Windows color (decimal): -4353296 or 15766205. OLE color: 15766205.
HSL color Cylindrical-coordinate representation of color #BD92F0: hue angle of 267.45º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD92F0 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 146 | 240 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.06 |
| HSL | 267.45º | 0.76% | 0.76% | - |
| HSV(B) | 267.45º | 0.39% | 0.94% | - |
| XYZ | 46.99 | 37.67 | 87.23 | - |
| YUV | 169.57 | 167.75 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 240 | 0.21 | 0.39 | 0 | 0.06 | 267.45 | 0.76 | 0.76 |
| Hex | BD | 92 | F0 | 15 | 27 | 0 | 6 | 10B | 4C | 4C |
| Octal | 275 | 222 | 360 | 25 | 47 | 0 | 6 | 413 | 114 | 114 |
| Binary | 10111101 | 10010010 | 11110000 | 10101 | 100111 | 0 | 110 | 100001011 | 1001100 | 1001100 |
Color Harmonies of #BD92F0
Complementary color
Monochromatic Colors of #BD92F0
Black with #BD92F0
Text Example
Text Example
White with #BD92F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92F0; }
p { color: rgb(189,146,240); }
H1.HeaderClassName
{
color: #BD92F0;
}
.AnyTagClassName
{
color: #BD92F0;
}
</style>
background-color css
<style>
a { background-color: #BD92F0; }
a { background-color: rgb(189,146,240); }
div.DivClassName
{
background-color: #BD92F0;
}
.BgClassName
{
background-color: #BD92F0;
}
</style>
border-color css
<style>
span { border-color: #BD92F0; }
span { border-color: rgb(189,146,240); }
td.TdClassName
{
border-color: #BD92F0;
}
.TagClassName
{
border-color: #BD92F0;
}
</style>