Shades of Heliotrope #BB61FE
Tints of Heliotrope #BB61FE
RGB
CMYK
RGB Variations
Color information
#BB61FE (or 0xBB61FE) is known color: Heliotrope. HEX triplet: BB, 61 and FE. RGB value is (187,97,254). Sum of RGB (Red+Green+Blue) = 187+97+254=538 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.76% from 538); Green value is 97 (38.28% from 255 or 18.03% from 538); Blue value is 254 (99.61% from 255 or 47.21% from 538); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB61FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB61FE is #449E01. Grayscale: #8D8D8D. Windows color (decimal): -4496898 or 16671163. OLE color: 16671163.
HSL color Cylindrical-coordinate representation of color #BB61FE: hue angle of 274.39º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BB61FE is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 97 | 254 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.00 |
| HSL | 274.39º | 0.99% | 0.69% | - |
| HSV(B) | 274.39º | 0.62% | 1% | - |
| XYZ | 42.66 | 26.27 | 96.59 | - |
| YUV | 141.81 | 191.32 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 97 | 254 | 0.26 | 0.62 | 0 | 0.00 | 274.39 | 0.99 | 0.69 |
| Hex | BB | 61 | FE | 1A | 3E | 0 | 0 | 112 | 63 | 45 |
| Octal | 273 | 141 | 376 | 32 | 76 | 0 | 0 | 422 | 143 | 105 |
| Binary | 10111011 | 1100001 | 11111110 | 11010 | 111110 | 0 | 0 | 100010010 | 1100011 | 1000101 |
Color Harmonies of #BB61FE
Complementary color
Monochromatic Colors of #BB61FE
Black with #BB61FE
Text Example
Text Example
White with #BB61FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB61FE; }
p { color: rgb(187,97,254); }
H1.HeaderClassName
{
color: #BB61FE;
}
.AnyTagClassName
{
color: #BB61FE;
}
</style>
background-color css
<style>
a { background-color: #BB61FE; }
a { background-color: rgb(187,97,254); }
div.DivClassName
{
background-color: #BB61FE;
}
.BgClassName
{
background-color: #BB61FE;
}
</style>
border-color css
<style>
span { border-color: #BB61FE; }
span { border-color: rgb(187,97,254); }
td.TdClassName
{
border-color: #BB61FE;
}
.TagClassName
{
border-color: #BB61FE;
}
</style>