Shades of Perfume #B894FF
Tints of Perfume #B894FF
RGB
CMYK
RGB Variations
Color information
#B894FF (or 0xB894FF) is known color: Perfume. HEX triplet: B8, 94 and FF. RGB value is (184,148,255). Sum of RGB (Red+Green+Blue) = 184+148+255=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #B894FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B894FF is #476B00. Grayscale: #AAAAAA. Windows color (decimal): -4680449 or 16749752. OLE color: 16749752.
HSL color Cylindrical-coordinate representation of color #B894FF: hue angle of 260.19º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B894FF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 148 | 255 | - |
| CMYK | 0.28 | 0.42 | 0 | 0 |
| HSL | 260.19º | 1% | 0.79% | - |
| HSV(B) | 260.19º | 0.42% | 1% | - |
| XYZ | 48.41 | 38.59 | 99.51 | - |
| YUV | 170.96 | 175.43 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 148 | 255 | 0.28 | 0.42 | 0 | 0 | 260.19 | 1 | 0.79 |
| Hex | B8 | 94 | FF | 1C | 2A | 0 | 0 | 104 | 64 | 4F |
| Octal | 270 | 224 | 377 | 34 | 52 | 0 | 0 | 404 | 144 | 117 |
| Binary | 10111000 | 10010100 | 11111111 | 11100 | 101010 | 0 | 0 | 100000100 | 1100100 | 1001111 |
Color Harmonies of #B894FF
Complementary color
Monochromatic Colors of #B894FF
Black with #B894FF
Text Example
Text Example
White with #B894FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B894FF; }
p { color: rgb(184,148,255); }
H1.HeaderClassName
{
color: #B894FF;
}
.AnyTagClassName
{
color: #B894FF;
}
</style>
background-color css
<style>
a { background-color: #B894FF; }
a { background-color: rgb(184,148,255); }
div.DivClassName
{
background-color: #B894FF;
}
.BgClassName
{
background-color: #B894FF;
}
</style>
border-color css
<style>
span { border-color: #B894FF; }
span { border-color: rgb(184,148,255); }
td.TdClassName
{
border-color: #B894FF;
}
.TagClassName
{
border-color: #B894FF;
}
</style>