Shades of Perfume #B992FD
Tints of Perfume #B992FD
RGB
CMYK
RGB Variations
Color information
#B992FD (or 0xB992FD) is known color: Perfume. HEX triplet: B9, 92 and FD. RGB value is (185,146,253). Sum of RGB (Red+Green+Blue) = 185+146+253=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 146 (57.42% from 255 or 25% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #B992FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B992FD is #466D02. Grayscale: #A9A9A9. Windows color (decimal): -4615427 or 16618169. OLE color: 16618169.
HSL color Cylindrical-coordinate representation of color #B992FD: hue angle of 261.87º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B992FD is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 185 | 146 | 253 | - |
| CMYK | 0.27 | 0.42 | 0 | 0.01 |
| HSL | 261.87º | 0.96% | 0.78% | - |
| HSV(B) | 261.87º | 0.42% | 0.99% | - |
| XYZ | 48.02 | 37.96 | 97.73 | - |
| YUV | 169.86 | 174.92 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 253 | 0.27 | 0.42 | 0 | 0.01 | 261.87 | 0.96 | 0.78 |
| Hex | B9 | 92 | FD | 1B | 2A | 0 | 1 | 106 | 60 | 4E |
| Octal | 271 | 222 | 375 | 33 | 52 | 0 | 1 | 406 | 140 | 116 |
| Binary | 10111001 | 10010010 | 11111101 | 11011 | 101010 | 0 | 1 | 100000110 | 1100000 | 1001110 |
Color Harmonies of #B992FD
Complementary color
Monochromatic Colors of #B992FD
Black with #B992FD
Text Example
Text Example
White with #B992FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B992FD; }
p { color: rgb(185,146,253); }
H1.HeaderClassName
{
color: #B992FD;
}
.AnyTagClassName
{
color: #B992FD;
}
</style>
background-color css
<style>
a { background-color: #B992FD; }
a { background-color: rgb(185,146,253); }
div.DivClassName
{
background-color: #B992FD;
}
.BgClassName
{
background-color: #B992FD;
}
</style>
border-color css
<style>
span { border-color: #B992FD; }
span { border-color: rgb(185,146,253); }
td.TdClassName
{
border-color: #B992FD;
}
.TagClassName
{
border-color: #B992FD;
}
</style>