Shades of Perfume #BD94FF
Tints of Perfume #BD94FF
RGB
CMYK
RGB Variations
Color information
#BD94FF (or 0xBD94FF) is known color: Perfume. HEX triplet: BD, 94 and FF. RGB value is (189,148,255). Sum of RGB (Red+Green+Blue) = 189+148+255=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #BD94FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94FF is #426B00. Grayscale: #ACACAC. Windows color (decimal): -4352769 or 16749757. OLE color: 16749757.
HSL color Cylindrical-coordinate representation of color #BD94FF: hue angle of 262.99º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD94FF is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 189 | 148 | 255 | - |
| CMYK | 0.26 | 0.42 | 0 | 0 |
| HSL | 262.99º | 1% | 0.79% | - |
| HSV(B) | 262.99º | 0.42% | 1% | - |
| XYZ | 49.63 | 39.22 | 99.56 | - |
| YUV | 172.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 255 | 0.26 | 0.42 | 0 | 0 | 262.99 | 1 | 0.79 |
| Hex | BD | 94 | FF | 1A | 2A | 0 | 0 | 107 | 64 | 4F |
| Octal | 275 | 224 | 377 | 32 | 52 | 0 | 0 | 407 | 144 | 117 |
| Binary | 10111101 | 10010100 | 11111111 | 11010 | 101010 | 0 | 0 | 100000111 | 1100100 | 1001111 |
Color Harmonies of #BD94FF
Complementary color
Monochromatic Colors of #BD94FF
Black with #BD94FF
Text Example
Text Example
White with #BD94FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94FF; }
p { color: rgb(189,148,255); }
H1.HeaderClassName
{
color: #BD94FF;
}
.AnyTagClassName
{
color: #BD94FF;
}
</style>
background-color css
<style>
a { background-color: #BD94FF; }
a { background-color: rgb(189,148,255); }
div.DivClassName
{
background-color: #BD94FF;
}
.BgClassName
{
background-color: #BD94FF;
}
</style>
border-color css
<style>
span { border-color: #BD94FF; }
span { border-color: rgb(189,148,255); }
td.TdClassName
{
border-color: #BD94FF;
}
.TagClassName
{
border-color: #BD94FF;
}
</style>