Shades of Perfume #B895F3
Tints of Perfume #B895F3
RGB
CMYK
RGB Variations
Color information
#B895F3 (or 0xB895F3) is known color: Perfume. HEX triplet: B8, 95 and F3. RGB value is (184,149,243). Sum of RGB (Red+Green+Blue) = 184+149+243=576 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.94% from 576); Green value is 149 (58.59% from 255 or 25.87% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #B895F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B895F3 is #476A0C. Grayscale: #A9A9A9. Windows color (decimal): -4680205 or 15963576. OLE color: 15963576.
HSL color Cylindrical-coordinate representation of color #B895F3: hue angle of 262.34º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B895F3 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 149 | 243 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.05 |
| HSL | 262.34º | 0.8% | 0.77% | - |
| HSV(B) | 262.34º | 0.39% | 0.95% | - |
| XYZ | 46.69 | 38.16 | 89.7 | - |
| YUV | 170.18 | 169.1 | 137.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 243 | 0.24 | 0.39 | 0 | 0.05 | 262.34 | 0.8 | 0.77 |
| Hex | B8 | 95 | F3 | 18 | 27 | 0 | 5 | 106 | 50 | 4D |
| Octal | 270 | 225 | 363 | 30 | 47 | 0 | 5 | 406 | 120 | 115 |
| Binary | 10111000 | 10010101 | 11110011 | 11000 | 100111 | 0 | 101 | 100000110 | 1010000 | 1001101 |
Color Harmonies of #B895F3
Complementary color
Monochromatic Colors of #B895F3
Black with #B895F3
Text Example
Text Example
White with #B895F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B895F3; }
p { color: rgb(184,149,243); }
H1.HeaderClassName
{
color: #B895F3;
}
.AnyTagClassName
{
color: #B895F3;
}
</style>
background-color css
<style>
a { background-color: #B895F3; }
a { background-color: rgb(184,149,243); }
div.DivClassName
{
background-color: #B895F3;
}
.BgClassName
{
background-color: #B895F3;
}
</style>
border-color css
<style>
span { border-color: #B895F3; }
span { border-color: rgb(184,149,243); }
td.TdClassName
{
border-color: #B895F3;
}
.TagClassName
{
border-color: #B895F3;
}
</style>