Shades of Heliotrope #BC7DFB
Tints of Heliotrope #BC7DFB
RGB
CMYK
RGB Variations
Color information
#BC7DFB (or 0xBC7DFB) is known color: Heliotrope. HEX triplet: BC, 7D and FB. RGB value is (188,125,251). Sum of RGB (Red+Green+Blue) = 188+125+251=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #BC7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7DFB is #438204. Grayscale: #9D9D9D. Windows color (decimal): -4424197 or 16481724. OLE color: 16481724.
HSL color Cylindrical-coordinate representation of color #BC7DFB: hue angle of 270º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BC7DFB is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 125 | 251 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.02 |
| HSL | 270º | 0.94% | 0.74% | - |
| HSV(B) | 270º | 0.5% | 0.98% | - |
| XYZ | 45.49 | 32.32 | 95.11 | - |
| YUV | 158.2 | 180.37 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 125 | 251 | 0.25 | 0.50 | 0 | 0.02 | 270 | 0.94 | 0.74 |
| Hex | BC | 7D | FB | 19 | 32 | 0 | 2 | 10E | 5E | 4A |
| Octal | 274 | 175 | 373 | 31 | 62 | 0 | 2 | 416 | 136 | 112 |
| Binary | 10111100 | 1111101 | 11111011 | 11001 | 110010 | 0 | 10 | 100001110 | 1011110 | 1001010 |
Color Harmonies of #BC7DFB
Complementary color
Monochromatic Colors of #BC7DFB
Black with #BC7DFB
Text Example
Text Example
White with #BC7DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7DFB; }
p { color: rgb(188,125,251); }
H1.HeaderClassName
{
color: #BC7DFB;
}
.AnyTagClassName
{
color: #BC7DFB;
}
</style>
background-color css
<style>
a { background-color: #BC7DFB; }
a { background-color: rgb(188,125,251); }
div.DivClassName
{
background-color: #BC7DFB;
}
.BgClassName
{
background-color: #BC7DFB;
}
</style>
border-color css
<style>
span { border-color: #BC7DFB; }
span { border-color: rgb(188,125,251); }
td.TdClassName
{
border-color: #BC7DFB;
}
.TagClassName
{
border-color: #BC7DFB;
}
</style>