Shades of Heliotrope #BC7BFD
Tints of Heliotrope #BC7BFD
RGB
CMYK
RGB Variations
Color information
#BC7BFD (or 0xBC7BFD) is known color: Heliotrope. HEX triplet: BC, 7B and FD. RGB value is (188,123,253). Sum of RGB (Red+Green+Blue) = 188+123+253=564 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.33% from 564); Green value is 123 (48.44% from 255 or 21.81% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC7BFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC7BFD is #438402. Grayscale: #9C9C9C. Windows color (decimal): -4424707 or 16612284. OLE color: 16612284.
HSL color Cylindrical-coordinate representation of color #BC7BFD: hue angle of 270º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BC7BFD is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 123 | 253 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.01 |
| HSL | 270º | 0.97% | 0.74% | - |
| HSV(B) | 270º | 0.51% | 0.99% | - |
| XYZ | 45.55 | 31.95 | 96.69 | - |
| YUV | 157.26 | 182.03 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 123 | 253 | 0.26 | 0.51 | 0 | 0.01 | 270 | 0.97 | 0.74 |
| Hex | BC | 7B | FD | 1A | 33 | 0 | 1 | 10E | 61 | 4A |
| Octal | 274 | 173 | 375 | 32 | 63 | 0 | 1 | 416 | 141 | 112 |
| Binary | 10111100 | 1111011 | 11111101 | 11010 | 110011 | 0 | 1 | 100001110 | 1100001 | 1001010 |
Color Harmonies of #BC7BFD
Complementary color
Monochromatic Colors of #BC7BFD
Black with #BC7BFD
Text Example
Text Example
White with #BC7BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC7BFD; }
p { color: rgb(188,123,253); }
H1.HeaderClassName
{
color: #BC7BFD;
}
.AnyTagClassName
{
color: #BC7BFD;
}
</style>
background-color css
<style>
a { background-color: #BC7BFD; }
a { background-color: rgb(188,123,253); }
div.DivClassName
{
background-color: #BC7BFD;
}
.BgClassName
{
background-color: #BC7BFD;
}
</style>
border-color css
<style>
span { border-color: #BC7BFD; }
span { border-color: rgb(188,123,253); }
td.TdClassName
{
border-color: #BC7BFD;
}
.TagClassName
{
border-color: #BC7BFD;
}
</style>