Shades of Heliotrope #BC82FF
Tints of Heliotrope #BC82FF
RGB
CMYK
RGB Variations
Color information
#BC82FF (or 0xBC82FF) is known color: Heliotrope. HEX triplet: BC, 82 and FF. RGB value is (188,130,255). Sum of RGB (Red+Green+Blue) = 188+130+255=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 130 (51.17% from 255 or 22.69% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC82FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC82FF is #437D00. Grayscale: #A1A1A1. Windows color (decimal): -4422913 or 16745148. OLE color: 16745148.
HSL color Cylindrical-coordinate representation of color #BC82FF: hue angle of 267.84º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC82FF is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 188 | 130 | 255 | - |
| CMYK | 0.26 | 0.49 | 0 | 0 |
| HSL | 267.84º | 1% | 0.75% | - |
| HSV(B) | 267.84º | 0.49% | 1% | - |
| XYZ | 46.77 | 33.88 | 98.68 | - |
| YUV | 161.59 | 180.72 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 130 | 255 | 0.26 | 0.49 | 0 | 0 | 267.84 | 1 | 0.75 |
| Hex | BC | 82 | FF | 1A | 31 | 0 | 0 | 10C | 64 | 4B |
| Octal | 274 | 202 | 377 | 32 | 61 | 0 | 0 | 414 | 144 | 113 |
| Binary | 10111100 | 10000010 | 11111111 | 11010 | 110001 | 0 | 0 | 100001100 | 1100100 | 1001011 |
Color Harmonies of #BC82FF
Complementary color
Monochromatic Colors of #BC82FF
Black with #BC82FF
Text Example
Text Example
White with #BC82FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC82FF; }
p { color: rgb(188,130,255); }
H1.HeaderClassName
{
color: #BC82FF;
}
.AnyTagClassName
{
color: #BC82FF;
}
</style>
background-color css
<style>
a { background-color: #BC82FF; }
a { background-color: rgb(188,130,255); }
div.DivClassName
{
background-color: #BC82FF;
}
.BgClassName
{
background-color: #BC82FF;
}
</style>
border-color css
<style>
span { border-color: #BC82FF; }
span { border-color: rgb(188,130,255); }
td.TdClassName
{
border-color: #BC82FF;
}
.TagClassName
{
border-color: #BC82FF;
}
</style>