Shades of Perfume #B89FE1
Tints of Perfume #B89FE1
RGB
CMYK
RGB Variations
Color information
#B89FE1 (or 0xB89FE1) is known color: Perfume. HEX triplet: B8, 9F and E1. RGB value is (184,159,225). Sum of RGB (Red+Green+Blue) = 184+159+225=568 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.39% from 568); Green value is 159 (62.5% from 255 or 27.99% from 568); Blue value is 225 (88.28% from 255 or 39.61% from 568); Max value from RGB is 225 - color contains mainly: blue. Hex color #B89FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89FE1 is #47601E. Grayscale: #ADADAD. Windows color (decimal): -4677663 or 14786488. OLE color: 14786488.
HSL color Cylindrical-coordinate representation of color #B89FE1: hue angle of 262.73º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B89FE1 is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 159 | 225 | - |
| CMYK | 0.18 | 0.29 | 0 | 0.12 |
| HSL | 262.73º | 0.52% | 0.75% | - |
| HSV(B) | 262.73º | 0.29% | 0.88% | - |
| XYZ | 45.76 | 40.42 | 76.62 | - |
| YUV | 174 | 156.78 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 225 | 0.18 | 0.29 | 0 | 0.12 | 262.73 | 0.52 | 0.75 |
| Hex | B8 | 9F | E1 | 12 | 1D | 0 | C | 107 | 34 | 4B |
| Octal | 270 | 237 | 341 | 22 | 35 | 0 | 14 | 407 | 64 | 113 |
| Binary | 10111000 | 10011111 | 11100001 | 10010 | 11101 | 0 | 1100 | 100000111 | 110100 | 1001011 |
Color Harmonies of #B89FE1
Complementary color
Monochromatic Colors of #B89FE1
Black with #B89FE1
Text Example
Text Example
White with #B89FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89FE1; }
p { color: rgb(184,159,225); }
H1.HeaderClassName
{
color: #B89FE1;
}
.AnyTagClassName
{
color: #B89FE1;
}
</style>
background-color css
<style>
a { background-color: #B89FE1; }
a { background-color: rgb(184,159,225); }
div.DivClassName
{
background-color: #B89FE1;
}
.BgClassName
{
background-color: #B89FE1;
}
</style>
border-color css
<style>
span { border-color: #B89FE1; }
span { border-color: rgb(184,159,225); }
td.TdClassName
{
border-color: #B89FE1;
}
.TagClassName
{
border-color: #B89FE1;
}
</style>