Shades of Perfume #BB93F0
Tints of Perfume #BB93F0
RGB
CMYK
RGB Variations
Color information
#BB93F0 (or 0xBB93F0) is known color: Perfume. HEX triplet: BB, 93 and F0. RGB value is (187,147,240). Sum of RGB (Red+Green+Blue) = 187+147+240=574 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.58% from 574); Green value is 147 (57.81% from 255 or 25.61% from 574); Blue value is 240 (94.14% from 255 or 41.81% from 574); Max value from RGB is 240 - color contains mainly: blue. Hex color #BB93F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB93F0 is #446C0F. Grayscale: #A9A9A9. Windows color (decimal): -4484112 or 15766459. OLE color: 15766459.
HSL color Cylindrical-coordinate representation of color #BB93F0: hue angle of 265.81º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB93F0 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 147 | 240 | - |
| CMYK | 0.22 | 0.39 | 0 | 0.06 |
| HSL | 265.81º | 0.76% | 0.76% | - |
| HSV(B) | 265.81º | 0.39% | 0.94% | - |
| XYZ | 46.66 | 37.72 | 87.26 | - |
| YUV | 169.56 | 167.75 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 147 | 240 | 0.22 | 0.39 | 0 | 0.06 | 265.81 | 0.76 | 0.76 |
| Hex | BB | 93 | F0 | 16 | 27 | 0 | 6 | 10A | 4C | 4C |
| Octal | 273 | 223 | 360 | 26 | 47 | 0 | 6 | 412 | 114 | 114 |
| Binary | 10111011 | 10010011 | 11110000 | 10110 | 100111 | 0 | 110 | 100001010 | 1001100 | 1001100 |
Color Harmonies of #BB93F0
Complementary color
Monochromatic Colors of #BB93F0
Black with #BB93F0
Text Example
Text Example
White with #BB93F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB93F0; }
p { color: rgb(187,147,240); }
H1.HeaderClassName
{
color: #BB93F0;
}
.AnyTagClassName
{
color: #BB93F0;
}
</style>
background-color css
<style>
a { background-color: #BB93F0; }
a { background-color: rgb(187,147,240); }
div.DivClassName
{
background-color: #BB93F0;
}
.BgClassName
{
background-color: #BB93F0;
}
</style>
border-color css
<style>
span { border-color: #BB93F0; }
span { border-color: rgb(187,147,240); }
td.TdClassName
{
border-color: #BB93F0;
}
.TagClassName
{
border-color: #BB93F0;
}
</style>