Shades of Perfume #BB94E5
Tints of Perfume #BB94E5
RGB
CMYK
RGB Variations
Color information
#BB94E5 (or 0xBB94E5) is known color: Perfume. HEX triplet: BB, 94 and E5. RGB value is (187,148,229). Sum of RGB (Red+Green+Blue) = 187+148+229=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 148 (58.20% from 255 or 26.24% from 564); Blue value is 229 (89.84% from 255 or 40.60% from 564); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB94E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BB94E5 is #446B1A. Grayscale: #A8A8A8. Windows color (decimal): -4483867 or 15045819. OLE color: 15045819.
HSL color Cylindrical-coordinate representation of color #BB94E5: hue angle of 268.89º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BB94E5 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 148 | 229 | - |
| CMYK | 0.18 | 0.35 | 0 | 0.10 |
| HSL | 268.89º | 0.61% | 0.74% | - |
| HSV(B) | 268.89º | 0.35% | 0.9% | - |
| XYZ | 45.23 | 37.4 | 78.96 | - |
| YUV | 168.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 148 | 229 | 0.18 | 0.35 | 0 | 0.10 | 268.89 | 0.61 | 0.74 |
| Hex | BB | 94 | E5 | 12 | 23 | 0 | A | 10D | 3D | 4A |
| Octal | 273 | 224 | 345 | 22 | 43 | 0 | 12 | 415 | 75 | 112 |
| Binary | 10111011 | 10010100 | 11100101 | 10010 | 100011 | 0 | 1010 | 100001101 | 111101 | 1001010 |
Color Harmonies of #BB94E5
Complementary color
Monochromatic Colors of #BB94E5
Black with #BB94E5
Text Example
Text Example
White with #BB94E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB94E5; }
p { color: rgb(187,148,229); }
H1.HeaderClassName
{
color: #BB94E5;
}
.AnyTagClassName
{
color: #BB94E5;
}
</style>
background-color css
<style>
a { background-color: #BB94E5; }
a { background-color: rgb(187,148,229); }
div.DivClassName
{
background-color: #BB94E5;
}
.BgClassName
{
background-color: #BB94E5;
}
</style>
border-color css
<style>
span { border-color: #BB94E5; }
span { border-color: rgb(187,148,229); }
td.TdClassName
{
border-color: #BB94E5;
}
.TagClassName
{
border-color: #BB94E5;
}
</style>