Shades of Perfume #B993F2
Tints of Perfume #B993F2
RGB
CMYK
RGB Variations
Color information
#B993F2 (or 0xB993F2) is known color: Perfume. HEX triplet: B9, 93 and F2. RGB value is (185,147,242). Sum of RGB (Red+Green+Blue) = 185+147+242=574 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.23% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #B993F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B993F2 is #466C0D. Grayscale: #A8A8A8. Windows color (decimal): -4615182 or 15897529. OLE color: 15897529.
HSL color Cylindrical-coordinate representation of color #B993F2: hue angle of 264º degrees, saturation: 0.79, 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 #B993F2 is Cyan = 0.24, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 147 | 242 | - |
| CMYK | 0.24 | 0.39 | 0 | 0.05 |
| HSL | 264º | 0.79% | 0.76% | - |
| HSV(B) | 264º | 0.39% | 0.95% | - |
| XYZ | 46.47 | 37.59 | 88.81 | - |
| YUV | 169.19 | 169.09 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 147 | 242 | 0.24 | 0.39 | 0 | 0.05 | 264 | 0.79 | 0.76 |
| Hex | B9 | 93 | F2 | 18 | 27 | 0 | 5 | 108 | 4F | 4C |
| Octal | 271 | 223 | 362 | 30 | 47 | 0 | 5 | 410 | 117 | 114 |
| Binary | 10111001 | 10010011 | 11110010 | 11000 | 100111 | 0 | 101 | 100001000 | 1001111 | 1001100 |
Color Harmonies of #B993F2
Complementary color
Monochromatic Colors of #B993F2
Black with #B993F2
Text Example
Text Example
White with #B993F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B993F2; }
p { color: rgb(185,147,242); }
H1.HeaderClassName
{
color: #B993F2;
}
.AnyTagClassName
{
color: #B993F2;
}
</style>
background-color css
<style>
a { background-color: #B993F2; }
a { background-color: rgb(185,147,242); }
div.DivClassName
{
background-color: #B993F2;
}
.BgClassName
{
background-color: #B993F2;
}
</style>
border-color css
<style>
span { border-color: #B993F2; }
span { border-color: rgb(185,147,242); }
td.TdClassName
{
border-color: #B993F2;
}
.TagClassName
{
border-color: #B993F2;
}
</style>