Shades of Perfume #BB93E7
Tints of Perfume #BB93E7
RGB
CMYK
RGB Variations
Color information
#BB93E7 (or 0xBB93E7) is known color: Perfume. HEX triplet: BB, 93 and E7. RGB value is (187,147,231). Sum of RGB (Red+Green+Blue) = 187+147+231=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 147 (57.81% from 255 or 26.02% from 565); Blue value is 231 (90.62% from 255 or 40.88% from 565); Max value from RGB is 231 - color contains mainly: blue. Hex color #BB93E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93E7 is #446C18. Grayscale: #A8A8A8. Windows color (decimal): -4484121 or 15176635. OLE color: 15176635.
HSL color Cylindrical-coordinate representation of color #BB93E7: hue angle of 268.57º degrees, saturation: 0.64, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BB93E7 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 147 | 231 | - |
| CMYK | 0.19 | 0.36 | 0 | 0.09 |
| HSL | 268.57º | 0.64% | 0.74% | - |
| HSV(B) | 268.57º | 0.36% | 0.91% | - |
| XYZ | 45.35 | 37.2 | 80.39 | - |
| YUV | 168.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 231 | 0.19 | 0.36 | 0 | 0.09 | 268.57 | 0.64 | 0.74 |
| Hex | BB | 93 | E7 | 13 | 24 | 0 | 9 | 10D | 40 | 4A |
| Octal | 273 | 223 | 347 | 23 | 44 | 0 | 11 | 415 | 100 | 112 |
| Binary | 10111011 | 10010011 | 11100111 | 10011 | 100100 | 0 | 1001 | 100001101 | 1000000 | 1001010 |
Color Harmonies of #BB93E7
Complementary color
Monochromatic Colors of #BB93E7
Black with #BB93E7
Text Example
Text Example
White with #BB93E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93E7; }
p { color: rgb(187,147,231); }
H1.HeaderClassName
{
color: #BB93E7;
}
.AnyTagClassName
{
color: #BB93E7;
}
</style>
background-color css
<style>
a { background-color: #BB93E7; }
a { background-color: rgb(187,147,231); }
div.DivClassName
{
background-color: #BB93E7;
}
.BgClassName
{
background-color: #BB93E7;
}
</style>
border-color css
<style>
span { border-color: #BB93E7; }
span { border-color: rgb(187,147,231); }
td.TdClassName
{
border-color: #BB93E7;
}
.TagClassName
{
border-color: #BB93E7;
}
</style>