Shades of Perfume #BD94F5
Tints of Perfume #BD94F5
RGB
CMYK
RGB Variations
Color information
#BD94F5 (or 0xBD94F5) is known color: Perfume. HEX triplet: BD, 94 and F5. RGB value is (189,148,245). Sum of RGB (Red+Green+Blue) = 189+148+245=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 245 (96.09% from 255 or 42.10% from 582); Max value from RGB is 245 - color contains mainly: blue. Hex color #BD94F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94F5 is #426B0A. Grayscale: #AAAAAA. Windows color (decimal): -4352779 or 16094397. OLE color: 16094397.
HSL color Cylindrical-coordinate representation of color #BD94F5: hue angle of 265.36º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD94F5 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 148 | 245 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.04 |
| HSL | 265.36º | 0.83% | 0.77% | - |
| HSV(B) | 265.36º | 0.4% | 0.96% | - |
| XYZ | 48.06 | 38.59 | 91.3 | - |
| YUV | 171.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 245 | 0.23 | 0.40 | 0 | 0.04 | 265.36 | 0.83 | 0.77 |
| Hex | BD | 94 | F5 | 17 | 28 | 0 | 4 | 109 | 53 | 4D |
| Octal | 275 | 224 | 365 | 27 | 50 | 0 | 4 | 411 | 123 | 115 |
| Binary | 10111101 | 10010100 | 11110101 | 10111 | 101000 | 0 | 100 | 100001001 | 1010011 | 1001101 |
Color Harmonies of #BD94F5
Complementary color
Monochromatic Colors of #BD94F5
Black with #BD94F5
Text Example
Text Example
White with #BD94F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94F5; }
p { color: rgb(189,148,245); }
H1.HeaderClassName
{
color: #BD94F5;
}
.AnyTagClassName
{
color: #BD94F5;
}
</style>
background-color css
<style>
a { background-color: #BD94F5; }
a { background-color: rgb(189,148,245); }
div.DivClassName
{
background-color: #BD94F5;
}
.BgClassName
{
background-color: #BD94F5;
}
</style>
border-color css
<style>
span { border-color: #BD94F5; }
span { border-color: rgb(189,148,245); }
td.TdClassName
{
border-color: #BD94F5;
}
.TagClassName
{
border-color: #BD94F5;
}
</style>