Shades of Heliotrope #BB6BFE
Tints of Heliotrope #BB6BFE
RGB
CMYK
RGB Variations
Color information
#BB6BFE (or 0xBB6BFE) is known color: Heliotrope. HEX triplet: BB, 6B and FE. RGB value is (187,107,254). Sum of RGB (Red+Green+Blue) = 187+107+254=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 107 (42.19% from 255 or 19.53% from 548); Blue value is 254 (99.61% from 255 or 46.35% from 548); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6BFE is #449401. Grayscale: #939393. Windows color (decimal): -4494338 or 16673723. OLE color: 16673723.
HSL color Cylindrical-coordinate representation of color #BB6BFE: hue angle of 272.65º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB6BFE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 107 | 254 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.00 |
| HSL | 272.65º | 0.99% | 0.71% | - |
| HSV(B) | 272.65º | 0.58% | 1% | - |
| XYZ | 43.64 | 28.24 | 96.92 | - |
| YUV | 147.68 | 188 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 107 | 254 | 0.26 | 0.58 | 0 | 0.00 | 272.65 | 0.99 | 0.71 |
| Hex | BB | 6B | FE | 1A | 3A | 0 | 0 | 111 | 63 | 47 |
| Octal | 273 | 153 | 376 | 32 | 72 | 0 | 0 | 421 | 143 | 107 |
| Binary | 10111011 | 1101011 | 11111110 | 11010 | 111010 | 0 | 0 | 100010001 | 1100011 | 1000111 |
Color Harmonies of #BB6BFE
Complementary color
Monochromatic Colors of #BB6BFE
Black with #BB6BFE
Text Example
Text Example
White with #BB6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6BFE; }
p { color: rgb(187,107,254); }
H1.HeaderClassName
{
color: #BB6BFE;
}
.AnyTagClassName
{
color: #BB6BFE;
}
</style>
background-color css
<style>
a { background-color: #BB6BFE; }
a { background-color: rgb(187,107,254); }
div.DivClassName
{
background-color: #BB6BFE;
}
.BgClassName
{
background-color: #BB6BFE;
}
</style>
border-color css
<style>
span { border-color: #BB6BFE; }
span { border-color: rgb(187,107,254); }
td.TdClassName
{
border-color: #BB6BFE;
}
.TagClassName
{
border-color: #BB6BFE;
}
</style>