Shades of Heliotrope #BB69FF
Tints of Heliotrope #BB69FF
RGB
CMYK
RGB Variations
Color information
#BB69FF (or 0xBB69FF) is known color: Heliotrope. HEX triplet: BB, 69 and FF. RGB value is (187,105,255). Sum of RGB (Red+Green+Blue) = 187+105+255=547 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.19% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB69FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB69FF is #449600. Grayscale: #929292. Windows color (decimal): -4494849 or 16738747. OLE color: 16738747.
HSL color Cylindrical-coordinate representation of color #BB69FF: hue angle of 272.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB69FF is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 105 | 255 | - |
| CMYK | 0.27 | 0.59 | 0 | 0 |
| HSL | 272.8º | 1% | 0.71% | - |
| HSV(B) | 272.8º | 0.59% | 1% | - |
| XYZ | 43.6 | 27.89 | 97.69 | - |
| YUV | 146.62 | 189.17 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 105 | 255 | 0.27 | 0.59 | 0 | 0 | 272.8 | 1 | 0.71 |
| Hex | BB | 69 | FF | 1B | 3B | 0 | 0 | 111 | 64 | 47 |
| Octal | 273 | 151 | 377 | 33 | 73 | 0 | 0 | 421 | 144 | 107 |
| Binary | 10111011 | 1101001 | 11111111 | 11011 | 111011 | 0 | 0 | 100010001 | 1100100 | 1000111 |
Color Harmonies of #BB69FF
Complementary color
Monochromatic Colors of #BB69FF
Black with #BB69FF
Text Example
Text Example
White with #BB69FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB69FF; }
p { color: rgb(187,105,255); }
H1.HeaderClassName
{
color: #BB69FF;
}
.AnyTagClassName
{
color: #BB69FF;
}
</style>
background-color css
<style>
a { background-color: #BB69FF; }
a { background-color: rgb(187,105,255); }
div.DivClassName
{
background-color: #BB69FF;
}
.BgClassName
{
background-color: #BB69FF;
}
</style>
border-color css
<style>
span { border-color: #BB69FF; }
span { border-color: rgb(187,105,255); }
td.TdClassName
{
border-color: #BB69FF;
}
.TagClassName
{
border-color: #BB69FF;
}
</style>