Shades of Heliotrope #BC85FD
Tints of Heliotrope #BC85FD
RGB
CMYK
RGB Variations
Color information
#BC85FD (or 0xBC85FD) is known color: Heliotrope. HEX triplet: BC, 85 and FD. RGB value is (188,133,253). Sum of RGB (Red+Green+Blue) = 188+133+253=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC85FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85FD is #437A02. Grayscale: #A2A2A2. Windows color (decimal): -4422147 or 16614844. OLE color: 16614844.
HSL color Cylindrical-coordinate representation of color #BC85FD: hue angle of 267.5º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BC85FD is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 133 | 253 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.01 |
| HSL | 267.5º | 0.97% | 0.76% | - |
| HSV(B) | 267.5º | 0.47% | 0.99% | - |
| XYZ | 46.86 | 34.56 | 97.13 | - |
| YUV | 163.13 | 178.72 | 145.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 253 | 0.26 | 0.47 | 0 | 0.01 | 267.5 | 0.97 | 0.76 |
| Hex | BC | 85 | FD | 1A | 2F | 0 | 1 | 10C | 61 | 4C |
| Octal | 274 | 205 | 375 | 32 | 57 | 0 | 1 | 414 | 141 | 114 |
| Binary | 10111100 | 10000101 | 11111101 | 11010 | 101111 | 0 | 1 | 100001100 | 1100001 | 1001100 |
Color Harmonies of #BC85FD
Complementary color
Monochromatic Colors of #BC85FD
Black with #BC85FD
Text Example
Text Example
White with #BC85FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85FD; }
p { color: rgb(188,133,253); }
H1.HeaderClassName
{
color: #BC85FD;
}
.AnyTagClassName
{
color: #BC85FD;
}
</style>
background-color css
<style>
a { background-color: #BC85FD; }
a { background-color: rgb(188,133,253); }
div.DivClassName
{
background-color: #BC85FD;
}
.BgClassName
{
background-color: #BC85FD;
}
</style>
border-color css
<style>
span { border-color: #BC85FD; }
span { border-color: rgb(188,133,253); }
td.TdClassName
{
border-color: #BC85FD;
}
.TagClassName
{
border-color: #BC85FD;
}
</style>