Shades of Perfume #BB95E7
Tints of Perfume #BB95E7
RGB
CMYK
RGB Variations
Color information
#BB95E7 (or 0xBB95E7) is known color: Perfume. HEX triplet: BB, 95 and E7. RGB value is (187,149,231). Sum of RGB (Red+Green+Blue) = 187+149+231=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 231 (90.62% from 255 or 40.74% from 567); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB95E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB95E7 is #446A18. Grayscale: #A9A9A9. Windows color (decimal): -4483609 or 15177147. OLE color: 15177147.
HSL color Cylindrical-coordinate representation of color #BB95E7: hue angle of 267.8º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB95E7 is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 149 | 231 | - |
| CMYK | 0.19 | 0.35 | 0 | 0.09 |
| HSL | 267.8º | 0.63% | 0.75% | - |
| HSV(B) | 267.8º | 0.35% | 0.91% | - |
| XYZ | 45.66 | 37.83 | 80.5 | - |
| YUV | 169.71 | 162.59 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 149 | 231 | 0.19 | 0.35 | 0 | 0.09 | 267.8 | 0.63 | 0.75 |
| Hex | BB | 95 | E7 | 13 | 23 | 0 | 9 | 10C | 3F | 4B |
| Octal | 273 | 225 | 347 | 23 | 43 | 0 | 11 | 414 | 77 | 113 |
| Binary | 10111011 | 10010101 | 11100111 | 10011 | 100011 | 0 | 1001 | 100001100 | 111111 | 1001011 |
Color Harmonies of #BB95E7
Complementary color
Monochromatic Colors of #BB95E7
Black with #BB95E7
Text Example
Text Example
White with #BB95E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB95E7; }
p { color: rgb(187,149,231); }
H1.HeaderClassName
{
color: #BB95E7;
}
.AnyTagClassName
{
color: #BB95E7;
}
</style>
background-color css
<style>
a { background-color: #BB95E7; }
a { background-color: rgb(187,149,231); }
div.DivClassName
{
background-color: #BB95E7;
}
.BgClassName
{
background-color: #BB95E7;
}
</style>
border-color css
<style>
span { border-color: #BB95E7; }
span { border-color: rgb(187,149,231); }
td.TdClassName
{
border-color: #BB95E7;
}
.TagClassName
{
border-color: #BB95E7;
}
</style>