Shades of Heliotrope #BC63FB
Tints of Heliotrope #BC63FB
RGB
CMYK
RGB Variations
Color information
#BC63FB (or 0xBC63FB) is known color: Heliotrope. HEX triplet: BC, 63 and FB. RGB value is (188,99,251). Sum of RGB (Red+Green+Blue) = 188+99+251=538 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.94% from 538); Green value is 99 (39.06% from 255 or 18.40% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC63FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63FB is #439C04. Grayscale: #8E8E8E. Windows color (decimal): -4430853 or 16475068. OLE color: 16475068.
HSL color Cylindrical-coordinate representation of color #BC63FB: hue angle of 275.13º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC63FB is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 99 | 251 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.02 |
| HSL | 275.13º | 0.95% | 0.69% | - |
| HSV(B) | 275.13º | 0.61% | 0.98% | - |
| XYZ | 42.61 | 26.58 | 94.15 | - |
| YUV | 142.94 | 188.99 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 251 | 0.25 | 0.61 | 0 | 0.02 | 275.13 | 0.95 | 0.69 |
| Hex | BC | 63 | FB | 19 | 3D | 0 | 2 | 113 | 5F | 45 |
| Octal | 274 | 143 | 373 | 31 | 75 | 0 | 2 | 423 | 137 | 105 |
| Binary | 10111100 | 1100011 | 11111011 | 11001 | 111101 | 0 | 10 | 100010011 | 1011111 | 1000101 |
Color Harmonies of #BC63FB
Complementary color
Monochromatic Colors of #BC63FB
Black with #BC63FB
Text Example
Text Example
White with #BC63FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63FB; }
p { color: rgb(188,99,251); }
H1.HeaderClassName
{
color: #BC63FB;
}
.AnyTagClassName
{
color: #BC63FB;
}
</style>
background-color css
<style>
a { background-color: #BC63FB; }
a { background-color: rgb(188,99,251); }
div.DivClassName
{
background-color: #BC63FB;
}
.BgClassName
{
background-color: #BC63FB;
}
</style>
border-color css
<style>
span { border-color: #BC63FB; }
span { border-color: rgb(188,99,251); }
td.TdClassName
{
border-color: #BC63FB;
}
.TagClassName
{
border-color: #BC63FB;
}
</style>