Shades of Perfume #B995FE
Tints of Perfume #B995FE
RGB
CMYK
RGB Variations
Color information
#B995FE (or 0xB995FE) is known color: Perfume. HEX triplet: B9, 95 and FE. RGB value is (185,149,254). Sum of RGB (Red+Green+Blue) = 185+149+254=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 254 (99.61% from 255 or 43.20% from 588); Max value from RGB is 254 - color contains mainly: blue. Hex color #B995FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995FE is #466A01. Grayscale: #ABABAB. Windows color (decimal): -4614658 or 16684473. OLE color: 16684473.
HSL color Cylindrical-coordinate representation of color #B995FE: hue angle of 260.57º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B995FE is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 149 | 254 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.00 |
| HSL | 260.57º | 0.98% | 0.79% | - |
| HSV(B) | 260.57º | 0.41% | 1% | - |
| XYZ | 48.64 | 38.96 | 98.72 | - |
| YUV | 171.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 254 | 0.27 | 0.41 | 0 | 0.00 | 260.57 | 0.98 | 0.79 |
| Hex | B9 | 95 | FE | 1B | 29 | 0 | 0 | 105 | 62 | 4F |
| Octal | 271 | 225 | 376 | 33 | 51 | 0 | 0 | 405 | 142 | 117 |
| Binary | 10111001 | 10010101 | 11111110 | 11011 | 101001 | 0 | 0 | 100000101 | 1100010 | 1001111 |
Color Harmonies of #B995FE
Complementary color
Monochromatic Colors of #B995FE
Black with #B995FE
Text Example
Text Example
White with #B995FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B995FE; }
p { color: rgb(185,149,254); }
H1.HeaderClassName
{
color: #B995FE;
}
.AnyTagClassName
{
color: #B995FE;
}
</style>
background-color css
<style>
a { background-color: #B995FE; }
a { background-color: rgb(185,149,254); }
div.DivClassName
{
background-color: #B995FE;
}
.BgClassName
{
background-color: #B995FE;
}
</style>
border-color css
<style>
span { border-color: #B995FE; }
span { border-color: rgb(185,149,254); }
td.TdClassName
{
border-color: #B995FE;
}
.TagClassName
{
border-color: #B995FE;
}
</style>