Shades of Heliotrope #BC85FF
Tints of Heliotrope #BC85FF
RGB
CMYK
RGB Variations
Color information
#BC85FF (or 0xBC85FF) is known color: Heliotrope. HEX triplet: BC, 85 and FF. RGB value is (188,133,255). Sum of RGB (Red+Green+Blue) = 188+133+255=576 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.64% from 576); Green value is 133 (52.34% from 255 or 23.09% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC85FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC85FF is #437A00. Grayscale: #A2A2A2. Windows color (decimal): -4422145 or 16745916. OLE color: 16745916.
HSL color Cylindrical-coordinate representation of color #BC85FF: hue angle of 267.05º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC85FF is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 133 | 255 | - |
| CMYK | 0.26 | 0.48 | 0 | 0 |
| HSL | 267.05º | 1% | 0.76% | - |
| HSV(B) | 267.05º | 0.48% | 1% | - |
| XYZ | 47.18 | 34.69 | 98.82 | - |
| YUV | 163.35 | 179.72 | 145.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 133 | 255 | 0.26 | 0.48 | 0 | 0 | 267.05 | 1 | 0.76 |
| Hex | BC | 85 | FF | 1A | 30 | 0 | 0 | 10B | 64 | 4C |
| Octal | 274 | 205 | 377 | 32 | 60 | 0 | 0 | 413 | 144 | 114 |
| Binary | 10111100 | 10000101 | 11111111 | 11010 | 110000 | 0 | 0 | 100001011 | 1100100 | 1001100 |
Color Harmonies of #BC85FF
Complementary color
Monochromatic Colors of #BC85FF
Black with #BC85FF
Text Example
Text Example
White with #BC85FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC85FF; }
p { color: rgb(188,133,255); }
H1.HeaderClassName
{
color: #BC85FF;
}
.AnyTagClassName
{
color: #BC85FF;
}
</style>
background-color css
<style>
a { background-color: #BC85FF; }
a { background-color: rgb(188,133,255); }
div.DivClassName
{
background-color: #BC85FF;
}
.BgClassName
{
background-color: #BC85FF;
}
</style>
border-color css
<style>
span { border-color: #BC85FF; }
span { border-color: rgb(188,133,255); }
td.TdClassName
{
border-color: #BC85FF;
}
.TagClassName
{
border-color: #BC85FF;
}
</style>