Shades of Perfume #B994F2
Tints of Perfume #B994F2
RGB
CMYK
RGB Variations
Color information
#B994F2 (or 0xB994F2) is known color: Perfume. HEX triplet: B9, 94 and F2. RGB value is (185,148,242). Sum of RGB (Red+Green+Blue) = 185+148+242=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 242 (94.92% from 255 or 42.09% from 575); Max value from RGB is 242 - color contains mainly: blue. Hex color #B994F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B994F2 is #466B0D. Grayscale: #A9A9A9. Windows color (decimal): -4614926 or 15897785. OLE color: 15897785.
HSL color Cylindrical-coordinate representation of color #B994F2: hue angle of 263.62º degrees, saturation: 0.78, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B994F2 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 148 | 242 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.05 |
| HSL | 263.62º | 0.78% | 0.76% | - |
| HSV(B) | 263.62º | 0.39% | 0.95% | - |
| XYZ | 46.62 | 37.9 | 88.86 | - |
| YUV | 169.78 | 168.76 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 148 | 242 | 0.24 | 0.39 | 0 | 0.05 | 263.62 | 0.78 | 0.76 |
| Hex | B9 | 94 | F2 | 18 | 27 | 0 | 5 | 108 | 4E | 4C |
| Octal | 271 | 224 | 362 | 30 | 47 | 0 | 5 | 410 | 116 | 114 |
| Binary | 10111001 | 10010100 | 11110010 | 11000 | 100111 | 0 | 101 | 100001000 | 1001110 | 1001100 |
Color Harmonies of #B994F2
Complementary color
Monochromatic Colors of #B994F2
Black with #B994F2
Text Example
Text Example
White with #B994F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B994F2; }
p { color: rgb(185,148,242); }
H1.HeaderClassName
{
color: #B994F2;
}
.AnyTagClassName
{
color: #B994F2;
}
</style>
background-color css
<style>
a { background-color: #B994F2; }
a { background-color: rgb(185,148,242); }
div.DivClassName
{
background-color: #B994F2;
}
.BgClassName
{
background-color: #B994F2;
}
</style>
border-color css
<style>
span { border-color: #B994F2; }
span { border-color: rgb(185,148,242); }
td.TdClassName
{
border-color: #B994F2;
}
.TagClassName
{
border-color: #B994F2;
}
</style>