Shades of Heliotrope #BB86FE
Tints of Heliotrope #BB86FE
RGB
CMYK
RGB Variations
Color information
#BB86FE (or 0xBB86FE) is known color: Heliotrope. HEX triplet: BB, 86 and FE. RGB value is (187,134,254). Sum of RGB (Red+Green+Blue) = 187+134+254=575 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.52% from 575); Green value is 134 (52.73% from 255 or 23.30% from 575); Blue value is 254 (99.61% from 255 or 44.17% from 575); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB86FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB86FE is #447901. Grayscale: #A3A3A3. Windows color (decimal): -4487426 or 16680635. OLE color: 16680635.
HSL color Cylindrical-coordinate representation of color #BB86FE: hue angle of 266.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB86FE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 134 | 254 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.00 |
| HSL | 266.5º | 0.98% | 0.76% | - |
| HSV(B) | 266.5º | 0.47% | 1% | - |
| XYZ | 46.91 | 34.77 | 98.01 | - |
| YUV | 163.53 | 179.06 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 134 | 254 | 0.26 | 0.47 | 0 | 0.00 | 266.5 | 0.98 | 0.76 |
| Hex | BB | 86 | FE | 1A | 2F | 0 | 0 | 10A | 62 | 4C |
| Octal | 273 | 206 | 376 | 32 | 57 | 0 | 0 | 412 | 142 | 114 |
| Binary | 10111011 | 10000110 | 11111110 | 11010 | 101111 | 0 | 0 | 100001010 | 1100010 | 1001100 |
Color Harmonies of #BB86FE
Complementary color
Monochromatic Colors of #BB86FE
Black with #BB86FE
Text Example
Text Example
White with #BB86FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB86FE; }
p { color: rgb(187,134,254); }
H1.HeaderClassName
{
color: #BB86FE;
}
.AnyTagClassName
{
color: #BB86FE;
}
</style>
background-color css
<style>
a { background-color: #BB86FE; }
a { background-color: rgb(187,134,254); }
div.DivClassName
{
background-color: #BB86FE;
}
.BgClassName
{
background-color: #BB86FE;
}
</style>
border-color css
<style>
span { border-color: #BB86FE; }
span { border-color: rgb(187,134,254); }
td.TdClassName
{
border-color: #BB86FE;
}
.TagClassName
{
border-color: #BB86FE;
}
</style>