Shades of Heliotrope #BB6DF8
Tints of Heliotrope #BB6DF8
RGB
CMYK
RGB Variations
Color information
#BB6DF8 (or 0xBB6DF8) is known color: Heliotrope. HEX triplet: BB, 6D and F8. RGB value is (187,109,248). Sum of RGB (Red+Green+Blue) = 187+109+248=544 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.38% from 544); Green value is 109 (42.97% from 255 or 20.04% from 544); Blue value is 248 (97.27% from 255 or 45.59% from 544); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB6DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB6DF8 is #449207. Grayscale: #939393. Windows color (decimal): -4493832 or 16281019. OLE color: 16281019.
HSL color Cylindrical-coordinate representation of color #BB6DF8: hue angle of 273.67º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB6DF8 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 109 | 248 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.03 |
| HSL | 273.67º | 0.91% | 0.7% | - |
| HSV(B) | 273.67º | 0.56% | 0.97% | - |
| XYZ | 42.91 | 28.28 | 92 | - |
| YUV | 148.17 | 184.34 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 109 | 248 | 0.25 | 0.56 | 0 | 0.03 | 273.67 | 0.91 | 0.7 |
| Hex | BB | 6D | F8 | 19 | 38 | 0 | 3 | 112 | 5B | 46 |
| Octal | 273 | 155 | 370 | 31 | 70 | 0 | 3 | 422 | 133 | 106 |
| Binary | 10111011 | 1101101 | 11111000 | 11001 | 111000 | 0 | 11 | 100010010 | 1011011 | 1000110 |
Color Harmonies of #BB6DF8
Complementary color
Monochromatic Colors of #BB6DF8
Black with #BB6DF8
Text Example
Text Example
White with #BB6DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB6DF8; }
p { color: rgb(187,109,248); }
H1.HeaderClassName
{
color: #BB6DF8;
}
.AnyTagClassName
{
color: #BB6DF8;
}
</style>
background-color css
<style>
a { background-color: #BB6DF8; }
a { background-color: rgb(187,109,248); }
div.DivClassName
{
background-color: #BB6DF8;
}
.BgClassName
{
background-color: #BB6DF8;
}
</style>
border-color css
<style>
span { border-color: #BB6DF8; }
span { border-color: rgb(187,109,248); }
td.TdClassName
{
border-color: #BB6DF8;
}
.TagClassName
{
border-color: #BB6DF8;
}
</style>