Shades of Perfume #B895F5
Tints of Perfume #B895F5
RGB
CMYK
RGB Variations
Color information
#B895F5 (or 0xB895F5) is known color: Perfume. HEX triplet: B8, 95 and F5. RGB value is (184,149,245). Sum of RGB (Red+Green+Blue) = 184+149+245=578 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.83% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 245 (96.09% from 255 or 42.39% from 578); Max value from RGB is 245 - color contains mainly: blue. Hex color #B895F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895F5 is #476A0A. Grayscale: #AAAAAA. Windows color (decimal): -4680203 or 16094648. OLE color: 16094648.
HSL color Cylindrical-coordinate representation of color #B895F5: hue angle of 261.88º 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 #B895F5 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 149 | 245 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.04 |
| HSL | 261.88º | 0.83% | 0.77% | - |
| HSV(B) | 261.88º | 0.39% | 0.96% | - |
| XYZ | 47 | 38.28 | 91.3 | - |
| YUV | 170.41 | 170.1 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 245 | 0.25 | 0.39 | 0 | 0.04 | 261.88 | 0.83 | 0.77 |
| Hex | B8 | 95 | F5 | 19 | 27 | 0 | 4 | 106 | 53 | 4D |
| Octal | 270 | 225 | 365 | 31 | 47 | 0 | 4 | 406 | 123 | 115 |
| Binary | 10111000 | 10010101 | 11110101 | 11001 | 100111 | 0 | 100 | 100000110 | 1010011 | 1001101 |
Color Harmonies of #B895F5
Complementary color
Monochromatic Colors of #B895F5
Black with #B895F5
Text Example
Text Example
White with #B895F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895F5; }
p { color: rgb(184,149,245); }
H1.HeaderClassName
{
color: #B895F5;
}
.AnyTagClassName
{
color: #B895F5;
}
</style>
background-color css
<style>
a { background-color: #B895F5; }
a { background-color: rgb(184,149,245); }
div.DivClassName
{
background-color: #B895F5;
}
.BgClassName
{
background-color: #B895F5;
}
</style>
border-color css
<style>
span { border-color: #B895F5; }
span { border-color: rgb(184,149,245); }
td.TdClassName
{
border-color: #B895F5;
}
.TagClassName
{
border-color: #B895F5;
}
</style>