Shades of Perfume #BD96E3
Tints of Perfume #BD96E3
RGB
CMYK
RGB Variations
Color information
#BD96E3 (or 0xBD96E3) is known color: Perfume. HEX triplet: BD, 96 and E3. RGB value is (189,150,227). Sum of RGB (Red+Green+Blue) = 189+150+227=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 227 (89.06% from 255 or 40.11% from 566); Max value from RGB is 227 - color contains mainly: blue. Hex color #BD96E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD96E3 is #42691C. Grayscale: #AAAAAA. Windows color (decimal): -4352285 or 14915261. OLE color: 14915261.
HSL color Cylindrical-coordinate representation of color #BD96E3: hue angle of 270.39º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD96E3 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 150 | 227 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.11 |
| HSL | 270.39º | 0.58% | 0.74% | - |
| HSV(B) | 270.39º | 0.34% | 0.89% | - |
| XYZ | 45.76 | 38.18 | 77.63 | - |
| YUV | 170.44 | 159.92 | 141.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 150 | 227 | 0.17 | 0.34 | 0 | 0.11 | 270.39 | 0.58 | 0.74 |
| Hex | BD | 96 | E3 | 11 | 22 | 0 | B | 10E | 3A | 4A |
| Octal | 275 | 226 | 343 | 21 | 42 | 0 | 13 | 416 | 72 | 112 |
| Binary | 10111101 | 10010110 | 11100011 | 10001 | 100010 | 0 | 1011 | 100001110 | 111010 | 1001010 |
Color Harmonies of #BD96E3
Complementary color
Monochromatic Colors of #BD96E3
Black with #BD96E3
Text Example
Text Example
White with #BD96E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD96E3; }
p { color: rgb(189,150,227); }
H1.HeaderClassName
{
color: #BD96E3;
}
.AnyTagClassName
{
color: #BD96E3;
}
</style>
background-color css
<style>
a { background-color: #BD96E3; }
a { background-color: rgb(189,150,227); }
div.DivClassName
{
background-color: #BD96E3;
}
.BgClassName
{
background-color: #BD96E3;
}
</style>
border-color css
<style>
span { border-color: #BD96E3; }
span { border-color: rgb(189,150,227); }
td.TdClassName
{
border-color: #BD96E3;
}
.TagClassName
{
border-color: #BD96E3;
}
</style>