Shades of Heliotrope #BB68F8
Tints of Heliotrope #BB68F8
RGB
CMYK
RGB Variations
Color information
#BB68F8 (or 0xBB68F8) is known color: Heliotrope. HEX triplet: BB, 68 and F8. RGB value is (187,104,248). Sum of RGB (Red+Green+Blue) = 187+104+248=539 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.69% from 539); Green value is 104 (41.02% from 255 or 19.29% from 539); Blue value is 248 (97.27% from 255 or 46.01% from 539); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB68F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68F8 is #449707. Grayscale: #909090. Windows color (decimal): -4495112 or 16279739. OLE color: 16279739.
HSL color Cylindrical-coordinate representation of color #BB68F8: hue angle of 274.58º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BB68F8 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 104 | 248 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.03 |
| HSL | 274.58º | 0.91% | 0.69% | - |
| HSV(B) | 274.58º | 0.58% | 0.97% | - |
| XYZ | 42.39 | 27.24 | 91.83 | - |
| YUV | 145.23 | 186 | 157.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 248 | 0.25 | 0.58 | 0 | 0.03 | 274.58 | 0.91 | 0.69 |
| Hex | BB | 68 | F8 | 19 | 3A | 0 | 3 | 113 | 5B | 45 |
| Octal | 273 | 150 | 370 | 31 | 72 | 0 | 3 | 423 | 133 | 105 |
| Binary | 10111011 | 1101000 | 11111000 | 11001 | 111010 | 0 | 11 | 100010011 | 1011011 | 1000101 |
Color Harmonies of #BB68F8
Complementary color
Monochromatic Colors of #BB68F8
Black with #BB68F8
Text Example
Text Example
White with #BB68F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68F8; }
p { color: rgb(187,104,248); }
H1.HeaderClassName
{
color: #BB68F8;
}
.AnyTagClassName
{
color: #BB68F8;
}
</style>
background-color css
<style>
a { background-color: #BB68F8; }
a { background-color: rgb(187,104,248); }
div.DivClassName
{
background-color: #BB68F8;
}
.BgClassName
{
background-color: #BB68F8;
}
</style>
border-color css
<style>
span { border-color: #BB68F8; }
span { border-color: rgb(187,104,248); }
td.TdClassName
{
border-color: #BB68F8;
}
.TagClassName
{
border-color: #BB68F8;
}
</style>