Shades of Perfume #B89BFF
Tints of Perfume #B89BFF
RGB
CMYK
RGB Variations
Color information
#B89BFF (or 0xB89BFF) is known color: Perfume. HEX triplet: B8, 9B and FF. RGB value is (184,155,255). Sum of RGB (Red+Green+Blue) = 184+155+255=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #B89BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89BFF is #476400. Grayscale: #AEAEAE. Windows color (decimal): -4678657 or 16751544. OLE color: 16751544.
HSL color Cylindrical-coordinate representation of color #B89BFF: hue angle of 257.4º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B89BFF is Cyan = 0.28, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 155 | 255 | - |
| CMYK | 0.28 | 0.39 | 0 | 0 |
| HSL | 257.4º | 1% | 0.8% | - |
| HSV(B) | 257.4º | 0.39% | 1% | - |
| XYZ | 49.54 | 40.85 | 99.88 | - |
| YUV | 175.07 | 173.11 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 155 | 255 | 0.28 | 0.39 | 0 | 0 | 257.4 | 1 | 0.8 |
| Hex | B8 | 9B | FF | 1C | 27 | 0 | 0 | 101 | 64 | 50 |
| Octal | 270 | 233 | 377 | 34 | 47 | 0 | 0 | 401 | 144 | 120 |
| Binary | 10111000 | 10011011 | 11111111 | 11100 | 100111 | 0 | 0 | 100000001 | 1100100 | 1010000 |
Color Harmonies of #B89BFF
Complementary color
Monochromatic Colors of #B89BFF
Black with #B89BFF
Text Example
Text Example
White with #B89BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89BFF; }
p { color: rgb(184,155,255); }
H1.HeaderClassName
{
color: #B89BFF;
}
.AnyTagClassName
{
color: #B89BFF;
}
</style>
background-color css
<style>
a { background-color: #B89BFF; }
a { background-color: rgb(184,155,255); }
div.DivClassName
{
background-color: #B89BFF;
}
.BgClassName
{
background-color: #B89BFF;
}
</style>
border-color css
<style>
span { border-color: #B89BFF; }
span { border-color: rgb(184,155,255); }
td.TdClassName
{
border-color: #B89BFF;
}
.TagClassName
{
border-color: #B89BFF;
}
</style>