Shades of Perfume #B995FB
Tints of Perfume #B995FB
RGB
CMYK
RGB Variations
Color information
#B995FB (or 0xB995FB) is known color: Perfume. HEX triplet: B9, 95 and FB. RGB value is (185,149,251). Sum of RGB (Red+Green+Blue) = 185+149+251=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 149 (58.59% from 255 or 25.47% from 585); Blue value is 251 (98.44% from 255 or 42.91% from 585); Max value from RGB is 251 - color contains mainly: blue. Hex color #B995FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B995FB is #466A04. Grayscale: #ABABAB. Windows color (decimal): -4614661 or 16487865. OLE color: 16487865.
HSL color Cylindrical-coordinate representation of color #B995FB: hue angle of 261.18º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B995FB is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 149 | 251 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.02 |
| HSL | 261.18º | 0.93% | 0.78% | - |
| HSV(B) | 261.18º | 0.41% | 0.98% | - |
| XYZ | 48.17 | 38.77 | 96.21 | - |
| YUV | 171.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 251 | 0.26 | 0.41 | 0 | 0.02 | 261.18 | 0.93 | 0.78 |
| Hex | B9 | 95 | FB | 1A | 29 | 0 | 2 | 105 | 5D | 4E |
| Octal | 271 | 225 | 373 | 32 | 51 | 0 | 2 | 405 | 135 | 116 |
| Binary | 10111001 | 10010101 | 11111011 | 11010 | 101001 | 0 | 10 | 100000101 | 1011101 | 1001110 |
Color Harmonies of #B995FB
Complementary color
Monochromatic Colors of #B995FB
Black with #B995FB
Text Example
Text Example
White with #B995FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B995FB; }
p { color: rgb(185,149,251); }
H1.HeaderClassName
{
color: #B995FB;
}
.AnyTagClassName
{
color: #B995FB;
}
</style>
background-color css
<style>
a { background-color: #B995FB; }
a { background-color: rgb(185,149,251); }
div.DivClassName
{
background-color: #B995FB;
}
.BgClassName
{
background-color: #B995FB;
}
</style>
border-color css
<style>
span { border-color: #B995FB; }
span { border-color: rgb(185,149,251); }
td.TdClassName
{
border-color: #B995FB;
}
.TagClassName
{
border-color: #B995FB;
}
</style>