Shades of Perfume #B88FFE
Tints of Perfume #B88FFE
RGB
CMYK
RGB Variations
Color information
#B88FFE (or 0xB88FFE) is known color: Perfume. HEX triplet: B8, 8F and FE. RGB value is (184,143,254). Sum of RGB (Red+Green+Blue) = 184+143+254=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #B88FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B88FFE is #477001. Grayscale: #A7A7A7. Windows color (decimal): -4681730 or 16682936. OLE color: 16682936.
HSL color Cylindrical-coordinate representation of color #B88FFE: hue angle of 262.16º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B88FFE is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 143 | 254 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.00 |
| HSL | 262.16º | 0.98% | 0.78% | - |
| HSV(B) | 262.16º | 0.44% | 1% | - |
| XYZ | 47.48 | 36.99 | 98.4 | - |
| YUV | 167.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 143 | 254 | 0.28 | 0.44 | 0 | 0.00 | 262.16 | 0.98 | 0.78 |
| Hex | B8 | 8F | FE | 1C | 2C | 0 | 0 | 106 | 62 | 4E |
| Octal | 270 | 217 | 376 | 34 | 54 | 0 | 0 | 406 | 142 | 116 |
| Binary | 10111000 | 10001111 | 11111110 | 11100 | 101100 | 0 | 0 | 100000110 | 1100010 | 1001110 |
Color Harmonies of #B88FFE
Complementary color
Monochromatic Colors of #B88FFE
Black with #B88FFE
Text Example
Text Example
White with #B88FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B88FFE; }
p { color: rgb(184,143,254); }
H1.HeaderClassName
{
color: #B88FFE;
}
.AnyTagClassName
{
color: #B88FFE;
}
</style>
background-color css
<style>
a { background-color: #B88FFE; }
a { background-color: rgb(184,143,254); }
div.DivClassName
{
background-color: #B88FFE;
}
.BgClassName
{
background-color: #B88FFE;
}
</style>
border-color css
<style>
span { border-color: #B88FFE; }
span { border-color: rgb(184,143,254); }
td.TdClassName
{
border-color: #B88FFE;
}
.TagClassName
{
border-color: #B88FFE;
}
</style>