Shades of Heliotrope #BC64FF
Tints of Heliotrope #BC64FF
RGB
CMYK
RGB Variations
Color information
#BC64FF (or 0xBC64FF) is known color: Heliotrope. HEX triplet: BC, 64 and FF. RGB value is (188,100,255). Sum of RGB (Red+Green+Blue) = 188+100+255=543 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.62% from 543); Green value is 100 (39.45% from 255 or 18.42% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC64FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC64FF is #439B00. Grayscale: #8F8F8F. Windows color (decimal): -4430593 or 16737468. OLE color: 16737468.
HSL color Cylindrical-coordinate representation of color #BC64FF: hue angle of 274.06º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC64FF is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 100 | 255 | - |
| CMYK | 0.26 | 0.61 | 0 | 0 |
| HSL | 274.06º | 1% | 0.7% | - |
| HSV(B) | 274.06º | 0.61% | 1% | - |
| XYZ | 43.35 | 27.03 | 97.54 | - |
| YUV | 143.98 | 190.65 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 100 | 255 | 0.26 | 0.61 | 0 | 0 | 274.06 | 1 | 0.7 |
| Hex | BC | 64 | FF | 1A | 3D | 0 | 0 | 112 | 64 | 46 |
| Octal | 274 | 144 | 377 | 32 | 75 | 0 | 0 | 422 | 144 | 106 |
| Binary | 10111100 | 1100100 | 11111111 | 11010 | 111101 | 0 | 0 | 100010010 | 1100100 | 1000110 |
Color Harmonies of #BC64FF
Complementary color
Monochromatic Colors of #BC64FF
Black with #BC64FF
Text Example
Text Example
White with #BC64FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC64FF; }
p { color: rgb(188,100,255); }
H1.HeaderClassName
{
color: #BC64FF;
}
.AnyTagClassName
{
color: #BC64FF;
}
</style>
background-color css
<style>
a { background-color: #BC64FF; }
a { background-color: rgb(188,100,255); }
div.DivClassName
{
background-color: #BC64FF;
}
.BgClassName
{
background-color: #BC64FF;
}
</style>
border-color css
<style>
span { border-color: #BC64FF; }
span { border-color: rgb(188,100,255); }
td.TdClassName
{
border-color: #BC64FF;
}
.TagClassName
{
border-color: #BC64FF;
}
</style>