Shades of Perfume #B993FA
Tints of Perfume #B993FA
RGB
CMYK
RGB Variations
Color information
#B993FA (or 0xB993FA) is known color: Perfume. HEX triplet: B9, 93 and FA. RGB value is (185,147,250). Sum of RGB (Red+Green+Blue) = 185+147+250=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #B993FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B993FA is #466C05. Grayscale: #A9A9A9. Windows color (decimal): -4615174 or 16421817. OLE color: 16421817.
HSL color Cylindrical-coordinate representation of color #B993FA: hue angle of 262.14º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B993FA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 147 | 250 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.02 |
| HSL | 262.14º | 0.91% | 0.78% | - |
| HSV(B) | 262.14º | 0.41% | 0.98% | - |
| XYZ | 47.7 | 38.08 | 95.28 | - |
| YUV | 170.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 250 | 0.26 | 0.41 | 0 | 0.02 | 262.14 | 0.91 | 0.78 |
| Hex | B9 | 93 | FA | 1A | 29 | 0 | 2 | 106 | 5B | 4E |
| Octal | 271 | 223 | 372 | 32 | 51 | 0 | 2 | 406 | 133 | 116 |
| Binary | 10111001 | 10010011 | 11111010 | 11010 | 101001 | 0 | 10 | 100000110 | 1011011 | 1001110 |
Color Harmonies of #B993FA
Complementary color
Monochromatic Colors of #B993FA
Black with #B993FA
Text Example
Text Example
White with #B993FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B993FA; }
p { color: rgb(185,147,250); }
H1.HeaderClassName
{
color: #B993FA;
}
.AnyTagClassName
{
color: #B993FA;
}
</style>
background-color css
<style>
a { background-color: #B993FA; }
a { background-color: rgb(185,147,250); }
div.DivClassName
{
background-color: #B993FA;
}
.BgClassName
{
background-color: #B993FA;
}
</style>
border-color css
<style>
span { border-color: #B993FA; }
span { border-color: rgb(185,147,250); }
td.TdClassName
{
border-color: #B993FA;
}
.TagClassName
{
border-color: #B993FA;
}
</style>