Shades of Heliotrope #BC68FB
Tints of Heliotrope #BC68FB
RGB
CMYK
RGB Variations
Color information
#BC68FB (or 0xBC68FB) is known color: Heliotrope. HEX triplet: BC, 68 and FB. RGB value is (188,104,251). Sum of RGB (Red+Green+Blue) = 188+104+251=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 104 (41.02% from 255 or 19.15% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC68FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC68FB is #439704. Grayscale: #919191. Windows color (decimal): -4429573 or 16476348. OLE color: 16476348.
HSL color Cylindrical-coordinate representation of color #BC68FB: hue angle of 274.29º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BC68FB is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 104 | 251 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.02 |
| HSL | 274.29º | 0.95% | 0.7% | - |
| HSV(B) | 274.29º | 0.59% | 0.98% | - |
| XYZ | 43.1 | 27.56 | 94.31 | - |
| YUV | 145.87 | 187.33 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 104 | 251 | 0.25 | 0.59 | 0 | 0.02 | 274.29 | 0.95 | 0.7 |
| Hex | BC | 68 | FB | 19 | 3B | 0 | 2 | 112 | 5F | 46 |
| Octal | 274 | 150 | 373 | 31 | 73 | 0 | 2 | 422 | 137 | 106 |
| Binary | 10111100 | 1101000 | 11111011 | 11001 | 111011 | 0 | 10 | 100010010 | 1011111 | 1000110 |
Color Harmonies of #BC68FB
Complementary color
Monochromatic Colors of #BC68FB
Black with #BC68FB
Text Example
Text Example
White with #BC68FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC68FB; }
p { color: rgb(188,104,251); }
H1.HeaderClassName
{
color: #BC68FB;
}
.AnyTagClassName
{
color: #BC68FB;
}
</style>
background-color css
<style>
a { background-color: #BC68FB; }
a { background-color: rgb(188,104,251); }
div.DivClassName
{
background-color: #BC68FB;
}
.BgClassName
{
background-color: #BC68FB;
}
</style>
border-color css
<style>
span { border-color: #BC68FB; }
span { border-color: rgb(188,104,251); }
td.TdClassName
{
border-color: #BC68FB;
}
.TagClassName
{
border-color: #BC68FB;
}
</style>