Shades of Perfume #BB91ED
Tints of Perfume #BB91ED
RGB
CMYK
RGB Variations
Color information
#BB91ED (or 0xBB91ED) is known color: Perfume. HEX triplet: BB, 91 and ED. RGB value is (187,145,237). Sum of RGB (Red+Green+Blue) = 187+145+237=569 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.86% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 237 (92.97% from 255 or 41.65% from 569); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB91ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB91ED is #446E12. Grayscale: #A7A7A7. Windows color (decimal): -4484627 or 15569339. OLE color: 15569339.
HSL color Cylindrical-coordinate representation of color #BB91ED: hue angle of 267.39º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BB91ED is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 145 | 237 | - |
| CMYK | 0.21 | 0.39 | 0 | 0.07 |
| HSL | 267.39º | 0.72% | 0.75% | - |
| HSV(B) | 267.39º | 0.39% | 0.93% | - |
| XYZ | 45.9 | 36.93 | 84.83 | - |
| YUV | 168.05 | 166.91 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 145 | 237 | 0.21 | 0.39 | 0 | 0.07 | 267.39 | 0.72 | 0.75 |
| Hex | BB | 91 | ED | 15 | 27 | 0 | 7 | 10B | 48 | 4B |
| Octal | 273 | 221 | 355 | 25 | 47 | 0 | 7 | 413 | 110 | 113 |
| Binary | 10111011 | 10010001 | 11101101 | 10101 | 100111 | 0 | 111 | 100001011 | 1001000 | 1001011 |
Color Harmonies of #BB91ED
Complementary color
Monochromatic Colors of #BB91ED
Black with #BB91ED
Text Example
Text Example
White with #BB91ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB91ED; }
p { color: rgb(187,145,237); }
H1.HeaderClassName
{
color: #BB91ED;
}
.AnyTagClassName
{
color: #BB91ED;
}
</style>
background-color css
<style>
a { background-color: #BB91ED; }
a { background-color: rgb(187,145,237); }
div.DivClassName
{
background-color: #BB91ED;
}
.BgClassName
{
background-color: #BB91ED;
}
</style>
border-color css
<style>
span { border-color: #BB91ED; }
span { border-color: rgb(187,145,237); }
td.TdClassName
{
border-color: #BB91ED;
}
.TagClassName
{
border-color: #BB91ED;
}
</style>