Shades of Perfume #BD94F6
Tints of Perfume #BD94F6
RGB
CMYK
RGB Variations
Color information
#BD94F6 (or 0xBD94F6) is known color: Perfume. HEX triplet: BD, 94 and F6. RGB value is (189,148,246). Sum of RGB (Red+Green+Blue) = 189+148+246=583 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.42% from 583); Green value is 148 (58.20% from 255 or 25.39% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD94F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD94F6 is #426B09. Grayscale: #ABABAB. Windows color (decimal): -4352778 or 16159933. OLE color: 16159933.
HSL color Cylindrical-coordinate representation of color #BD94F6: hue angle of 265.1º degrees, saturation: 0.84, 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 #BD94F6 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 148 | 246 | - |
| CMYK | 0.23 | 0.40 | 0 | 0.04 |
| HSL | 265.1º | 0.84% | 0.77% | - |
| HSV(B) | 265.1º | 0.4% | 0.96% | - |
| XYZ | 48.21 | 38.65 | 92.11 | - |
| YUV | 171.43 | 170.08 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 148 | 246 | 0.23 | 0.40 | 0 | 0.04 | 265.1 | 0.84 | 0.77 |
| Hex | BD | 94 | F6 | 17 | 28 | 0 | 4 | 109 | 54 | 4D |
| Octal | 275 | 224 | 366 | 27 | 50 | 0 | 4 | 411 | 124 | 115 |
| Binary | 10111101 | 10010100 | 11110110 | 10111 | 101000 | 0 | 100 | 100001001 | 1010100 | 1001101 |
Color Harmonies of #BD94F6
Complementary color
Monochromatic Colors of #BD94F6
Black with #BD94F6
Text Example
Text Example
White with #BD94F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD94F6; }
p { color: rgb(189,148,246); }
H1.HeaderClassName
{
color: #BD94F6;
}
.AnyTagClassName
{
color: #BD94F6;
}
</style>
background-color css
<style>
a { background-color: #BD94F6; }
a { background-color: rgb(189,148,246); }
div.DivClassName
{
background-color: #BD94F6;
}
.BgClassName
{
background-color: #BD94F6;
}
</style>
border-color css
<style>
span { border-color: #BD94F6; }
span { border-color: rgb(189,148,246); }
td.TdClassName
{
border-color: #BD94F6;
}
.TagClassName
{
border-color: #BD94F6;
}
</style>