Shades of Heliotrope #BB68FE
Tints of Heliotrope #BB68FE
RGB
CMYK
RGB Variations
Color information
#BB68FE (or 0xBB68FE) is known color: Heliotrope. HEX triplet: BB, 68 and FE. RGB value is (187,104,254). Sum of RGB (Red+Green+Blue) = 187+104+254=545 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.31% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB68FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB68FE is #449701. Grayscale: #919191. Windows color (decimal): -4495106 or 16672955. OLE color: 16672955.
HSL color Cylindrical-coordinate representation of color #BB68FE: hue angle of 273.2º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BB68FE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 104 | 254 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.00 |
| HSL | 273.2º | 0.99% | 0.7% | - |
| HSV(B) | 273.2º | 0.59% | 1% | - |
| XYZ | 43.33 | 27.62 | 96.81 | - |
| YUV | 145.92 | 189 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 104 | 254 | 0.26 | 0.59 | 0 | 0.00 | 273.2 | 0.99 | 0.7 |
| Hex | BB | 68 | FE | 1A | 3B | 0 | 0 | 111 | 63 | 46 |
| Octal | 273 | 150 | 376 | 32 | 73 | 0 | 0 | 421 | 143 | 106 |
| Binary | 10111011 | 1101000 | 11111110 | 11010 | 111011 | 0 | 0 | 100010001 | 1100011 | 1000110 |
Color Harmonies of #BB68FE
Complementary color
Monochromatic Colors of #BB68FE
Black with #BB68FE
Text Example
Text Example
White with #BB68FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB68FE; }
p { color: rgb(187,104,254); }
H1.HeaderClassName
{
color: #BB68FE;
}
.AnyTagClassName
{
color: #BB68FE;
}
</style>
background-color css
<style>
a { background-color: #BB68FE; }
a { background-color: rgb(187,104,254); }
div.DivClassName
{
background-color: #BB68FE;
}
.BgClassName
{
background-color: #BB68FE;
}
</style>
border-color css
<style>
span { border-color: #BB68FE; }
span { border-color: rgb(187,104,254); }
td.TdClassName
{
border-color: #BB68FE;
}
.TagClassName
{
border-color: #BB68FE;
}
</style>