Shades of Perfume #B88FFF
Tints of Perfume #B88FFF
RGB
CMYK
RGB Variations
Color information
#B88FFF (or 0xB88FFF) is known color: Perfume. HEX triplet: B8, 8F and FF. RGB value is (184,143,255). Sum of RGB (Red+Green+Blue) = 184+143+255=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 143 (56.25% from 255 or 24.57% from 582); Blue value is 255 (100% from 255 or 43.81% from 582); Max value from RGB is 255 - color contains mainly: blue. Hex color #B88FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FFF is #477000. Grayscale: #A7A7A7. Windows color (decimal): -4681729 or 16748472. OLE color: 16748472.
HSL color Cylindrical-coordinate representation of color #B88FFF: hue angle of 261.96º 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 #B88FFF is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 143 | 255 | - |
| CMYK | 0.28 | 0.44 | 0 | 0 |
| HSL | 261.96º | 1% | 0.78% | - |
| HSV(B) | 261.96º | 0.44% | 1% | - |
| XYZ | 47.64 | 37.06 | 99.25 | - |
| YUV | 168.03 | 177.08 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 255 | 0.28 | 0.44 | 0 | 0 | 261.96 | 1 | 0.78 |
| Hex | B8 | 8F | FF | 1C | 2C | 0 | 0 | 106 | 64 | 4E |
| Octal | 270 | 217 | 377 | 34 | 54 | 0 | 0 | 406 | 144 | 116 |
| Binary | 10111000 | 10001111 | 11111111 | 11100 | 101100 | 0 | 0 | 100000110 | 1100100 | 1001110 |
Color Harmonies of #B88FFF
Complementary color
Monochromatic Colors of #B88FFF
Black with #B88FFF
Text Example
Text Example
White with #B88FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FFF; }
p { color: rgb(184,143,255); }
H1.HeaderClassName
{
color: #B88FFF;
}
.AnyTagClassName
{
color: #B88FFF;
}
</style>
background-color css
<style>
a { background-color: #B88FFF; }
a { background-color: rgb(184,143,255); }
div.DivClassName
{
background-color: #B88FFF;
}
.BgClassName
{
background-color: #B88FFF;
}
</style>
border-color css
<style>
span { border-color: #B88FFF; }
span { border-color: rgb(184,143,255); }
td.TdClassName
{
border-color: #B88FFF;
}
.TagClassName
{
border-color: #B88FFF;
}
</style>