Shades of Perfume #B990FF
Tints of Perfume #B990FF
RGB
CMYK
RGB Variations
Color information
#B990FF (or 0xB990FF) is known color: Perfume. HEX triplet: B9, 90 and FF. RGB value is (185,144,255). Sum of RGB (Red+Green+Blue) = 185+144+255=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 144 (56.64% from 255 or 24.66% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #B990FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B990FF is #466F00. Grayscale: #A8A8A8. Windows color (decimal): -4615937 or 16748729. OLE color: 16748729.
HSL color Cylindrical-coordinate representation of color #B990FF: hue angle of 262.16º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B990FF is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 144 | 255 | - |
| CMYK | 0.27 | 0.44 | 0 | 0 |
| HSL | 262.16º | 1% | 0.78% | - |
| HSV(B) | 262.16º | 0.44% | 1% | - |
| XYZ | 48.03 | 37.48 | 99.31 | - |
| YUV | 168.91 | 176.58 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 144 | 255 | 0.27 | 0.44 | 0 | 0 | 262.16 | 1 | 0.78 |
| Hex | B9 | 90 | FF | 1B | 2C | 0 | 0 | 106 | 64 | 4E |
| Octal | 271 | 220 | 377 | 33 | 54 | 0 | 0 | 406 | 144 | 116 |
| Binary | 10111001 | 10010000 | 11111111 | 11011 | 101100 | 0 | 0 | 100000110 | 1100100 | 1001110 |
Color Harmonies of #B990FF
Complementary color
Monochromatic Colors of #B990FF
Black with #B990FF
Text Example
Text Example
White with #B990FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B990FF; }
p { color: rgb(185,144,255); }
H1.HeaderClassName
{
color: #B990FF;
}
.AnyTagClassName
{
color: #B990FF;
}
</style>
background-color css
<style>
a { background-color: #B990FF; }
a { background-color: rgb(185,144,255); }
div.DivClassName
{
background-color: #B990FF;
}
.BgClassName
{
background-color: #B990FF;
}
</style>
border-color css
<style>
span { border-color: #B990FF; }
span { border-color: rgb(185,144,255); }
td.TdClassName
{
border-color: #B990FF;
}
.TagClassName
{
border-color: #B990FF;
}
</style>