Shades of Perfume #B896F5
Tints of Perfume #B896F5
RGB
CMYK
RGB Variations
Color information
#B896F5 (or 0xB896F5) is known color: Perfume. HEX triplet: B8, 96 and F5. RGB value is (184,150,245). Sum of RGB (Red+Green+Blue) = 184+150+245=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 150 (58.98% from 255 or 25.91% from 579); Blue value is 245 (96.09% from 255 or 42.31% from 579); Max value from RGB is 245 - color contains mainly: blue. Hex color #B896F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B896F5 is #47690A. Grayscale: #AAAAAA. Windows color (decimal): -4679947 or 16094904. OLE color: 16094904.
HSL color Cylindrical-coordinate representation of color #B896F5: hue angle of 261.47º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B896F5 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 150 | 245 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.04 |
| HSL | 261.47º | 0.83% | 0.77% | - |
| HSV(B) | 261.47º | 0.39% | 0.96% | - |
| XYZ | 47.15 | 38.6 | 91.35 | - |
| YUV | 171 | 169.76 | 137.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 150 | 245 | 0.25 | 0.39 | 0 | 0.04 | 261.47 | 0.83 | 0.77 |
| Hex | B8 | 96 | F5 | 19 | 27 | 0 | 4 | 105 | 53 | 4D |
| Octal | 270 | 226 | 365 | 31 | 47 | 0 | 4 | 405 | 123 | 115 |
| Binary | 10111000 | 10010110 | 11110101 | 11001 | 100111 | 0 | 100 | 100000101 | 1010011 | 1001101 |
Color Harmonies of #B896F5
Complementary color
Monochromatic Colors of #B896F5
Black with #B896F5
Text Example
Text Example
White with #B896F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B896F5; }
p { color: rgb(184,150,245); }
H1.HeaderClassName
{
color: #B896F5;
}
.AnyTagClassName
{
color: #B896F5;
}
</style>
background-color css
<style>
a { background-color: #B896F5; }
a { background-color: rgb(184,150,245); }
div.DivClassName
{
background-color: #B896F5;
}
.BgClassName
{
background-color: #B896F5;
}
</style>
border-color css
<style>
span { border-color: #B896F5; }
span { border-color: rgb(184,150,245); }
td.TdClassName
{
border-color: #B896F5;
}
.TagClassName
{
border-color: #B896F5;
}
</style>