Shades of Perfume #B88EFF
Tints of Perfume #B88EFF
RGB
CMYK
RGB Variations
Color information
#B88EFF (or 0xB88EFF) is known color: Perfume. HEX triplet: B8, 8E and FF. RGB value is (184,142,255). Sum of RGB (Red+Green+Blue) = 184+142+255=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 142 (55.86% from 255 or 24.44% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #B88EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88EFF is #477100. Grayscale: #A7A7A7. Windows color (decimal): -4681985 or 16748216. OLE color: 16748216.
HSL color Cylindrical-coordinate representation of color #B88EFF: hue angle of 262.3º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B88EFF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 142 | 255 | - |
| CMYK | 0.28 | 0.44 | 0 | 0 |
| HSL | 262.3º | 1% | 0.78% | - |
| HSV(B) | 262.3º | 0.44% | 1% | - |
| XYZ | 47.49 | 36.76 | 99.2 | - |
| YUV | 167.44 | 177.41 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 142 | 255 | 0.28 | 0.44 | 0 | 0 | 262.3 | 1 | 0.78 |
| Hex | B8 | 8E | FF | 1C | 2C | 0 | 0 | 106 | 64 | 4E |
| Octal | 270 | 216 | 377 | 34 | 54 | 0 | 0 | 406 | 144 | 116 |
| Binary | 10111000 | 10001110 | 11111111 | 11100 | 101100 | 0 | 0 | 100000110 | 1100100 | 1001110 |
Color Harmonies of #B88EFF
Complementary color
Monochromatic Colors of #B88EFF
Black with #B88EFF
Text Example
Text Example
White with #B88EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88EFF; }
p { color: rgb(184,142,255); }
H1.HeaderClassName
{
color: #B88EFF;
}
.AnyTagClassName
{
color: #B88EFF;
}
</style>
background-color css
<style>
a { background-color: #B88EFF; }
a { background-color: rgb(184,142,255); }
div.DivClassName
{
background-color: #B88EFF;
}
.BgClassName
{
background-color: #B88EFF;
}
</style>
border-color css
<style>
span { border-color: #B88EFF; }
span { border-color: rgb(184,142,255); }
td.TdClassName
{
border-color: #B88EFF;
}
.TagClassName
{
border-color: #B88EFF;
}
</style>