Shades of Perfume #B89EFD
Tints of Perfume #B89EFD
RGB
CMYK
RGB Variations
Color information
#B89EFD (or 0xB89EFD) is known color: Perfume. HEX triplet: B8, 9E and FD. RGB value is (184,158,253). Sum of RGB (Red+Green+Blue) = 184+158+253=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 158 (62.11% from 255 or 26.55% from 595); Blue value is 253 (99.22% from 255 or 42.52% from 595); Max value from RGB is 253 - color contains mainly: blue. Hex color #B89EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B89EFD is #476102. Grayscale: #B0B0B0. Windows color (decimal): -4677891 or 16621240. OLE color: 16621240.
HSL color Cylindrical-coordinate representation of color #B89EFD: hue angle of 256.42º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B89EFD is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 158 | 253 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.01 |
| HSL | 256.42º | 0.96% | 0.81% | - |
| HSV(B) | 256.42º | 0.38% | 0.99% | - |
| XYZ | 49.72 | 41.74 | 98.36 | - |
| YUV | 176.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 158 | 253 | 0.27 | 0.38 | 0 | 0.01 | 256.42 | 0.96 | 0.81 |
| Hex | B8 | 9E | FD | 1B | 26 | 0 | 1 | 100 | 60 | 51 |
| Octal | 270 | 236 | 375 | 33 | 46 | 0 | 1 | 400 | 140 | 121 |
| Binary | 10111000 | 10011110 | 11111101 | 11011 | 100110 | 0 | 1 | 100000000 | 1100000 | 1010001 |
Color Harmonies of #B89EFD
Complementary color
Monochromatic Colors of #B89EFD
Black with #B89EFD
Text Example
Text Example
White with #B89EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89EFD; }
p { color: rgb(184,158,253); }
H1.HeaderClassName
{
color: #B89EFD;
}
.AnyTagClassName
{
color: #B89EFD;
}
</style>
background-color css
<style>
a { background-color: #B89EFD; }
a { background-color: rgb(184,158,253); }
div.DivClassName
{
background-color: #B89EFD;
}
.BgClassName
{
background-color: #B89EFD;
}
</style>
border-color css
<style>
span { border-color: #B89EFD; }
span { border-color: rgb(184,158,253); }
td.TdClassName
{
border-color: #B89EFD;
}
.TagClassName
{
border-color: #B89EFD;
}
</style>