Shades of Heliotrope #BB6EF3
Tints of Heliotrope #BB6EF3
RGB
CMYK
RGB Variations
Color information
#BB6EF3 (or 0xBB6EF3) is known color: Heliotrope. HEX triplet: BB, 6E and F3. RGB value is (187,110,243). Sum of RGB (Red+Green+Blue) = 187+110+243=540 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.63% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 243 (95.31% from 255 or 45% from 540); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB6EF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6EF3 is #44910C. Grayscale: #939393. Windows color (decimal): -4493581 or 15953595. OLE color: 15953595.
HSL color Cylindrical-coordinate representation of color #BB6EF3: hue angle of 274.74º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BB6EF3 is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 110 | 243 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.05 |
| HSL | 274.74º | 0.85% | 0.69% | - |
| HSV(B) | 274.74º | 0.55% | 0.95% | - |
| XYZ | 42.25 | 28.19 | 88.01 | - |
| YUV | 148.19 | 181.51 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 110 | 243 | 0.23 | 0.55 | 0 | 0.05 | 274.74 | 0.85 | 0.69 |
| Hex | BB | 6E | F3 | 17 | 37 | 0 | 5 | 113 | 55 | 45 |
| Octal | 273 | 156 | 363 | 27 | 67 | 0 | 5 | 423 | 125 | 105 |
| Binary | 10111011 | 1101110 | 11110011 | 10111 | 110111 | 0 | 101 | 100010011 | 1010101 | 1000101 |
Color Harmonies of #BB6EF3
Complementary color
Monochromatic Colors of #BB6EF3
Black with #BB6EF3
Text Example
Text Example
White with #BB6EF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6EF3; }
p { color: rgb(187,110,243); }
H1.HeaderClassName
{
color: #BB6EF3;
}
.AnyTagClassName
{
color: #BB6EF3;
}
</style>
background-color css
<style>
a { background-color: #BB6EF3; }
a { background-color: rgb(187,110,243); }
div.DivClassName
{
background-color: #BB6EF3;
}
.BgClassName
{
background-color: #BB6EF3;
}
</style>
border-color css
<style>
span { border-color: #BB6EF3; }
span { border-color: rgb(187,110,243); }
td.TdClassName
{
border-color: #BB6EF3;
}
.TagClassName
{
border-color: #BB6EF3;
}
</style>