Shades of Perfume #B890FD
Tints of Perfume #B890FD
RGB
CMYK
RGB Variations
Color information
#B890FD (or 0xB890FD) is known color: Perfume. HEX triplet: B8, 90 and FD. RGB value is (184,144,253). Sum of RGB (Red+Green+Blue) = 184+144+253=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #B890FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B890FD is #476F02. Grayscale: #A7A7A7. Windows color (decimal): -4681475 or 16617656. OLE color: 16617656.
HSL color Cylindrical-coordinate representation of color #B890FD: hue angle of 262.02º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B890FD is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 144 | 253 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.01 |
| HSL | 262.02º | 0.96% | 0.78% | - |
| HSV(B) | 262.02º | 0.43% | 0.99% | - |
| XYZ | 47.47 | 37.23 | 97.61 | - |
| YUV | 168.39 | 175.75 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 144 | 253 | 0.27 | 0.43 | 0 | 0.01 | 262.02 | 0.96 | 0.78 |
| Hex | B8 | 90 | FD | 1B | 2B | 0 | 1 | 106 | 60 | 4E |
| Octal | 270 | 220 | 375 | 33 | 53 | 0 | 1 | 406 | 140 | 116 |
| Binary | 10111000 | 10010000 | 11111101 | 11011 | 101011 | 0 | 1 | 100000110 | 1100000 | 1001110 |
Color Harmonies of #B890FD
Complementary color
Monochromatic Colors of #B890FD
Black with #B890FD
Text Example
Text Example
White with #B890FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B890FD; }
p { color: rgb(184,144,253); }
H1.HeaderClassName
{
color: #B890FD;
}
.AnyTagClassName
{
color: #B890FD;
}
</style>
background-color css
<style>
a { background-color: #B890FD; }
a { background-color: rgb(184,144,253); }
div.DivClassName
{
background-color: #B890FD;
}
.BgClassName
{
background-color: #B890FD;
}
</style>
border-color css
<style>
span { border-color: #B890FD; }
span { border-color: rgb(184,144,253); }
td.TdClassName
{
border-color: #B890FD;
}
.TagClassName
{
border-color: #B890FD;
}
</style>