Shades of Heliotrope #BC63FF
Tints of Heliotrope #BC63FF
RGB
CMYK
RGB Variations
Color information
#BC63FF (or 0xBC63FF) is known color: Heliotrope. HEX triplet: BC, 63 and FF. RGB value is (188,99,255). Sum of RGB (Red+Green+Blue) = 188+99+255=542 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.69% from 542); Green value is 99 (39.06% from 255 or 18.27% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC63FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC63FF is #439C00. Grayscale: #8E8E8E. Windows color (decimal): -4430849 or 16737212. OLE color: 16737212.
HSL color Cylindrical-coordinate representation of color #BC63FF: hue angle of 274.23º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC63FF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 99 | 255 | - |
| CMYK | 0.26 | 0.61 | 0 | 0 |
| HSL | 274.23º | 1% | 0.69% | - |
| HSV(B) | 274.23º | 0.61% | 1% | - |
| XYZ | 43.25 | 26.84 | 97.51 | - |
| YUV | 143.4 | 190.99 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 99 | 255 | 0.26 | 0.61 | 0 | 0 | 274.23 | 1 | 0.69 |
| Hex | BC | 63 | FF | 1A | 3D | 0 | 0 | 112 | 64 | 45 |
| Octal | 274 | 143 | 377 | 32 | 75 | 0 | 0 | 422 | 144 | 105 |
| Binary | 10111100 | 1100011 | 11111111 | 11010 | 111101 | 0 | 0 | 100010010 | 1100100 | 1000101 |
Color Harmonies of #BC63FF
Complementary color
Monochromatic Colors of #BC63FF
Black with #BC63FF
Text Example
Text Example
White with #BC63FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC63FF; }
p { color: rgb(188,99,255); }
H1.HeaderClassName
{
color: #BC63FF;
}
.AnyTagClassName
{
color: #BC63FF;
}
</style>
background-color css
<style>
a { background-color: #BC63FF; }
a { background-color: rgb(188,99,255); }
div.DivClassName
{
background-color: #BC63FF;
}
.BgClassName
{
background-color: #BC63FF;
}
</style>
border-color css
<style>
span { border-color: #BC63FF; }
span { border-color: rgb(188,99,255); }
td.TdClassName
{
border-color: #BC63FF;
}
.TagClassName
{
border-color: #BC63FF;
}
</style>