Shades of Perfume #BD96F3
Tints of Perfume #BD96F3
RGB
CMYK
RGB Variations
Color information
#BD96F3 (or 0xBD96F3) is known color: Perfume. HEX triplet: BD, 96 and F3. RGB value is (189,150,243). Sum of RGB (Red+Green+Blue) = 189+150+243=582 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.47% from 582); Green value is 150 (58.98% from 255 or 25.77% from 582); Blue value is 243 (95.31% from 255 or 41.75% from 582); Max value from RGB is 243 - color contains mainly: blue. Hex color #BD96F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD96F3 is #42690C. Grayscale: #ABABAB. Windows color (decimal): -4352269 or 15963837. OLE color: 15963837.
HSL color Cylindrical-coordinate representation of color #BD96F3: hue angle of 265.16º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD96F3 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 189 | 150 | 243 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.05 |
| HSL | 265.16º | 0.79% | 0.77% | - |
| HSV(B) | 265.16º | 0.38% | 0.95% | - |
| XYZ | 48.07 | 39.1 | 89.81 | - |
| YUV | 172.26 | 167.92 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 243 | 0.22 | 0.38 | 0 | 0.05 | 265.16 | 0.79 | 0.77 |
| Hex | BD | 96 | F3 | 16 | 26 | 0 | 5 | 109 | 4F | 4D |
| Octal | 275 | 226 | 363 | 26 | 46 | 0 | 5 | 411 | 117 | 115 |
| Binary | 10111101 | 10010110 | 11110011 | 10110 | 100110 | 0 | 101 | 100001001 | 1001111 | 1001101 |
Color Harmonies of #BD96F3
Complementary color
Monochromatic Colors of #BD96F3
Black with #BD96F3
Text Example
Text Example
White with #BD96F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96F3; }
p { color: rgb(189,150,243); }
H1.HeaderClassName
{
color: #BD96F3;
}
.AnyTagClassName
{
color: #BD96F3;
}
</style>
background-color css
<style>
a { background-color: #BD96F3; }
a { background-color: rgb(189,150,243); }
div.DivClassName
{
background-color: #BD96F3;
}
.BgClassName
{
background-color: #BD96F3;
}
</style>
border-color css
<style>
span { border-color: #BD96F3; }
span { border-color: rgb(189,150,243); }
td.TdClassName
{
border-color: #BD96F3;
}
.TagClassName
{
border-color: #BD96F3;
}
</style>