Shades of Perfume #B98EFD
Tints of Perfume #B98EFD
RGB
CMYK
RGB Variations
Color information
#B98EFD (or 0xB98EFD) is known color: Perfume. HEX triplet: B9, 8E and FD. RGB value is (185,142,253). Sum of RGB (Red+Green+Blue) = 185+142+253=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 142 (55.86% from 255 or 24.48% from 580); Blue value is 253 (99.22% from 255 or 43.62% from 580); Max value from RGB is 253 - color contains mainly: blue. Hex color #B98EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98EFD is #467102. Grayscale: #A7A7A7. Windows color (decimal): -4616451 or 16617145. OLE color: 16617145.
HSL color Cylindrical-coordinate representation of color #B98EFD: hue angle of 263.24º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B98EFD is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 142 | 253 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.01 |
| HSL | 263.24º | 0.97% | 0.77% | - |
| HSV(B) | 263.24º | 0.44% | 0.99% | - |
| XYZ | 47.41 | 36.75 | 97.52 | - |
| YUV | 167.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 142 | 253 | 0.27 | 0.44 | 0 | 0.01 | 263.24 | 0.97 | 0.77 |
| Hex | B9 | 8E | FD | 1B | 2C | 0 | 1 | 107 | 61 | 4D |
| Octal | 271 | 216 | 375 | 33 | 54 | 0 | 1 | 407 | 141 | 115 |
| Binary | 10111001 | 10001110 | 11111101 | 11011 | 101100 | 0 | 1 | 100000111 | 1100001 | 1001101 |
Color Harmonies of #B98EFD
Complementary color
Monochromatic Colors of #B98EFD
Black with #B98EFD
Text Example
Text Example
White with #B98EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B98EFD; }
p { color: rgb(185,142,253); }
H1.HeaderClassName
{
color: #B98EFD;
}
.AnyTagClassName
{
color: #B98EFD;
}
</style>
background-color css
<style>
a { background-color: #B98EFD; }
a { background-color: rgb(185,142,253); }
div.DivClassName
{
background-color: #B98EFD;
}
.BgClassName
{
background-color: #B98EFD;
}
</style>
border-color css
<style>
span { border-color: #B98EFD; }
span { border-color: rgb(185,142,253); }
td.TdClassName
{
border-color: #B98EFD;
}
.TagClassName
{
border-color: #B98EFD;
}
</style>