Shades of Perfume #BD92F2
Tints of Perfume #BD92F2
RGB
CMYK
RGB Variations
Color information
#BD92F2 (or 0xBD92F2) is known color: Perfume. HEX triplet: BD, 92 and F2. RGB value is (189,146,242). Sum of RGB (Red+Green+Blue) = 189+146+242=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #BD92F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD92F2 is #426D0D. Grayscale: #A9A9A9. Windows color (decimal): -4353294 or 15897277. OLE color: 15897277.
HSL color Cylindrical-coordinate representation of color #BD92F2: hue angle of 266.88º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD92F2 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 146 | 242 | - |
| CMYK | 0.22 | 0.40 | 0 | 0.05 |
| HSL | 266.88º | 0.79% | 0.76% | - |
| HSV(B) | 266.88º | 0.4% | 0.95% | - |
| XYZ | 47.29 | 37.79 | 88.81 | - |
| YUV | 169.8 | 168.75 | 141.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 242 | 0.22 | 0.40 | 0 | 0.05 | 266.88 | 0.79 | 0.76 |
| Hex | BD | 92 | F2 | 16 | 28 | 0 | 5 | 10B | 4F | 4C |
| Octal | 275 | 222 | 362 | 26 | 50 | 0 | 5 | 413 | 117 | 114 |
| Binary | 10111101 | 10010010 | 11110010 | 10110 | 101000 | 0 | 101 | 100001011 | 1001111 | 1001100 |
Color Harmonies of #BD92F2
Complementary color
Monochromatic Colors of #BD92F2
Black with #BD92F2
Text Example
Text Example
White with #BD92F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92F2; }
p { color: rgb(189,146,242); }
H1.HeaderClassName
{
color: #BD92F2;
}
.AnyTagClassName
{
color: #BD92F2;
}
</style>
background-color css
<style>
a { background-color: #BD92F2; }
a { background-color: rgb(189,146,242); }
div.DivClassName
{
background-color: #BD92F2;
}
.BgClassName
{
background-color: #BD92F2;
}
</style>
border-color css
<style>
span { border-color: #BD92F2; }
span { border-color: rgb(189,146,242); }
td.TdClassName
{
border-color: #BD92F2;
}
.TagClassName
{
border-color: #BD92F2;
}
</style>