Shades of Perfume #BD95E2
Tints of Perfume #BD95E2
RGB
CMYK
RGB Variations
Color information
#BD95E2 (or 0xBD95E2) is known color: Perfume. HEX triplet: BD, 95 and E2. RGB value is (189,149,226). Sum of RGB (Red+Green+Blue) = 189+149+226=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 149 (58.59% from 255 or 26.42% from 564); Blue value is 226 (88.67% from 255 or 40.07% from 564); Max value from RGB is 226 - color contains mainly: blue. Hex color #BD95E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD95E2 is #426A1D. Grayscale: #A9A9A9. Windows color (decimal): -4352542 or 14849469. OLE color: 14849469.
HSL color Cylindrical-coordinate representation of color #BD95E2: hue angle of 271.17º degrees, saturation: 0.57, 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 #BD95E2 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 189 | 149 | 226 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.11 |
| HSL | 271.17º | 0.57% | 0.74% | - |
| HSV(B) | 271.17º | 0.34% | 0.89% | - |
| XYZ | 45.46 | 37.8 | 76.85 | - |
| YUV | 169.74 | 159.75 | 141.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 149 | 226 | 0.16 | 0.34 | 0 | 0.11 | 271.17 | 0.57 | 0.74 |
| Hex | BD | 95 | E2 | 10 | 22 | 0 | B | 10F | 39 | 4A |
| Octal | 275 | 225 | 342 | 20 | 42 | 0 | 13 | 417 | 71 | 112 |
| Binary | 10111101 | 10010101 | 11100010 | 10000 | 100010 | 0 | 1011 | 100001111 | 111001 | 1001010 |
Color Harmonies of #BD95E2
Complementary color
Monochromatic Colors of #BD95E2
Black with #BD95E2
Text Example
Text Example
White with #BD95E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD95E2; }
p { color: rgb(189,149,226); }
H1.HeaderClassName
{
color: #BD95E2;
}
.AnyTagClassName
{
color: #BD95E2;
}
</style>
background-color css
<style>
a { background-color: #BD95E2; }
a { background-color: rgb(189,149,226); }
div.DivClassName
{
background-color: #BD95E2;
}
.BgClassName
{
background-color: #BD95E2;
}
</style>
border-color css
<style>
span { border-color: #BD95E2; }
span { border-color: rgb(189,149,226); }
td.TdClassName
{
border-color: #BD95E2;
}
.TagClassName
{
border-color: #BD95E2;
}
</style>