Shades of Heliotrope #BC65FB
Tints of Heliotrope #BC65FB
RGB
CMYK
RGB Variations
Color information
#BC65FB (or 0xBC65FB) is known color: Heliotrope. HEX triplet: BC, 65 and FB. RGB value is (188,101,251). Sum of RGB (Red+Green+Blue) = 188+101+251=540 (71% of max value = 765). Red value is 188 (73.83% from 255 or 34.81% from 540); Green value is 101 (39.84% from 255 or 18.70% from 540); Blue value is 251 (98.44% from 255 or 46.48% from 540); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC65FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC65FB is #439A04. Grayscale: #8F8F8F. Windows color (decimal): -4430341 or 16475580. OLE color: 16475580.
HSL color Cylindrical-coordinate representation of color #BC65FB: hue angle of 274.8º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC65FB is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 101 | 251 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.02 |
| HSL | 274.8º | 0.95% | 0.69% | - |
| HSV(B) | 274.8º | 0.6% | 0.98% | - |
| XYZ | 42.81 | 26.96 | 94.22 | - |
| YUV | 144.11 | 188.32 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 101 | 251 | 0.25 | 0.60 | 0 | 0.02 | 274.8 | 0.95 | 0.69 |
| Hex | BC | 65 | FB | 19 | 3C | 0 | 2 | 113 | 5F | 45 |
| Octal | 274 | 145 | 373 | 31 | 74 | 0 | 2 | 423 | 137 | 105 |
| Binary | 10111100 | 1100101 | 11111011 | 11001 | 111100 | 0 | 10 | 100010011 | 1011111 | 1000101 |
Color Harmonies of #BC65FB
Complementary color
Monochromatic Colors of #BC65FB
Black with #BC65FB
Text Example
Text Example
White with #BC65FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC65FB; }
p { color: rgb(188,101,251); }
H1.HeaderClassName
{
color: #BC65FB;
}
.AnyTagClassName
{
color: #BC65FB;
}
</style>
background-color css
<style>
a { background-color: #BC65FB; }
a { background-color: rgb(188,101,251); }
div.DivClassName
{
background-color: #BC65FB;
}
.BgClassName
{
background-color: #BC65FB;
}
</style>
border-color css
<style>
span { border-color: #BC65FB; }
span { border-color: rgb(188,101,251); }
td.TdClassName
{
border-color: #BC65FB;
}
.TagClassName
{
border-color: #BC65FB;
}
</style>