Shades of Perfume #B895FF
Tints of Perfume #B895FF
RGB
CMYK
RGB Variations
Color information
#B895FF (or 0xB895FF) is known color: Perfume. HEX triplet: B8, 95 and FF. RGB value is (184,149,255). Sum of RGB (Red+Green+Blue) = 184+149+255=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 255 (100% from 255 or 43.37% from 588); Max value from RGB is 255 - color contains mainly: blue. Hex color #B895FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895FF is #476A00. Grayscale: #ABABAB. Windows color (decimal): -4680193 or 16750008. OLE color: 16750008.
HSL color Cylindrical-coordinate representation of color #B895FF: hue angle of 259.81º 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 #B895FF is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 149 | 255 | - |
| CMYK | 0.28 | 0.42 | 0 | 0 |
| HSL | 259.81º | 1% | 0.79% | - |
| HSV(B) | 259.81º | 0.42% | 1% | - |
| XYZ | 48.56 | 38.91 | 99.56 | - |
| YUV | 171.55 | 175.1 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 255 | 0.28 | 0.42 | 0 | 0 | 259.81 | 1 | 0.79 |
| Hex | B8 | 95 | FF | 1C | 2A | 0 | 0 | 104 | 64 | 4F |
| Octal | 270 | 225 | 377 | 34 | 52 | 0 | 0 | 404 | 144 | 117 |
| Binary | 10111000 | 10010101 | 11111111 | 11100 | 101010 | 0 | 0 | 100000100 | 1100100 | 1001111 |
Color Harmonies of #B895FF
Complementary color
Monochromatic Colors of #B895FF
Black with #B895FF
Text Example
Text Example
White with #B895FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895FF; }
p { color: rgb(184,149,255); }
H1.HeaderClassName
{
color: #B895FF;
}
.AnyTagClassName
{
color: #B895FF;
}
</style>
background-color css
<style>
a { background-color: #B895FF; }
a { background-color: rgb(184,149,255); }
div.DivClassName
{
background-color: #B895FF;
}
.BgClassName
{
background-color: #B895FF;
}
</style>
border-color css
<style>
span { border-color: #B895FF; }
span { border-color: rgb(184,149,255); }
td.TdClassName
{
border-color: #B895FF;
}
.TagClassName
{
border-color: #B895FF;
}
</style>