Shades of Perfume #BD92F1
Tints of Perfume #BD92F1
RGB
CMYK
RGB Variations
Color information
#BD92F1 (or 0xBD92F1) is known color: Perfume. HEX triplet: BD, 92 and F1. RGB value is (189,146,241). Sum of RGB (Red+Green+Blue) = 189+146+241=576 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.81% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 241 (94.53% from 255 or 41.84% from 576); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD92F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD92F1 is #426D0E. Grayscale: #A9A9A9. Windows color (decimal): -4353295 or 15831741. OLE color: 15831741.
HSL color Cylindrical-coordinate representation of color #BD92F1: hue angle of 267.16º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BD92F1 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 146 | 241 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.05 |
| HSL | 267.16º | 0.77% | 0.76% | - |
| HSV(B) | 267.16º | 0.39% | 0.95% | - |
| XYZ | 47.14 | 37.73 | 88.02 | - |
| YUV | 169.69 | 168.25 | 141.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 146 | 241 | 0.22 | 0.39 | 0 | 0.05 | 267.16 | 0.77 | 0.76 |
| Hex | BD | 92 | F1 | 16 | 27 | 0 | 5 | 10B | 4D | 4C |
| Octal | 275 | 222 | 361 | 26 | 47 | 0 | 5 | 413 | 115 | 114 |
| Binary | 10111101 | 10010010 | 11110001 | 10110 | 100111 | 0 | 101 | 100001011 | 1001101 | 1001100 |
Color Harmonies of #BD92F1
Complementary color
Monochromatic Colors of #BD92F1
Black with #BD92F1
Text Example
Text Example
White with #BD92F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD92F1; }
p { color: rgb(189,146,241); }
H1.HeaderClassName
{
color: #BD92F1;
}
.AnyTagClassName
{
color: #BD92F1;
}
</style>
background-color css
<style>
a { background-color: #BD92F1; }
a { background-color: rgb(189,146,241); }
div.DivClassName
{
background-color: #BD92F1;
}
.BgClassName
{
background-color: #BD92F1;
}
</style>
border-color css
<style>
span { border-color: #BD92F1; }
span { border-color: rgb(189,146,241); }
td.TdClassName
{
border-color: #BD92F1;
}
.TagClassName
{
border-color: #BD92F1;
}
</style>