Shades of Perfume #B994F0
Tints of Perfume #B994F0
RGB
CMYK
RGB Variations
Color information
#B994F0 (or 0xB994F0) is known color: Perfume. HEX triplet: B9, 94 and F0. RGB value is (185,148,240). Sum of RGB (Red+Green+Blue) = 185+148+240=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 240 (94.14% from 255 or 41.88% from 573); Max value from RGB is 240 - color contains mainly: blue. Hex color #B994F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994F0 is #466B0F. Grayscale: #A9A9A9. Windows color (decimal): -4614928 or 15766713. OLE color: 15766713.
HSL color Cylindrical-coordinate representation of color #B994F0: hue angle of 264.13º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B994F0 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 185 | 148 | 240 | - |
| CMYK | 0.23 | 0.38 | 0 | 0.06 |
| HSL | 264.13º | 0.75% | 0.76% | - |
| HSV(B) | 264.13º | 0.38% | 0.94% | - |
| XYZ | 46.33 | 37.79 | 87.29 | - |
| YUV | 169.55 | 167.76 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 240 | 0.23 | 0.38 | 0 | 0.06 | 264.13 | 0.75 | 0.76 |
| Hex | B9 | 94 | F0 | 17 | 26 | 0 | 6 | 108 | 4B | 4C |
| Octal | 271 | 224 | 360 | 27 | 46 | 0 | 6 | 410 | 113 | 114 |
| Binary | 10111001 | 10010100 | 11110000 | 10111 | 100110 | 0 | 110 | 100001000 | 1001011 | 1001100 |
Color Harmonies of #B994F0
Complementary color
Monochromatic Colors of #B994F0
Black with #B994F0
Text Example
Text Example
White with #B994F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B994F0; }
p { color: rgb(185,148,240); }
H1.HeaderClassName
{
color: #B994F0;
}
.AnyTagClassName
{
color: #B994F0;
}
</style>
background-color css
<style>
a { background-color: #B994F0; }
a { background-color: rgb(185,148,240); }
div.DivClassName
{
background-color: #B994F0;
}
.BgClassName
{
background-color: #B994F0;
}
</style>
border-color css
<style>
span { border-color: #B994F0; }
span { border-color: rgb(185,148,240); }
td.TdClassName
{
border-color: #B994F0;
}
.TagClassName
{
border-color: #B994F0;
}
</style>