Shades of Heliotrope #B67CFE
Tints of Heliotrope #B67CFE
RGB
CMYK
RGB Variations
Color information
#B67CFE (or 0xB67CFE) is known color: Heliotrope. HEX triplet: B6, 7C and FE. RGB value is (182,124,254). Sum of RGB (Red+Green+Blue) = 182+124+254=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #B67CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67CFE is #498301. Grayscale: #9B9B9B. Windows color (decimal): -4817666 or 16678070. OLE color: 16678070.
HSL color Cylindrical-coordinate representation of color #B67CFE: hue angle of 266.77º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B67CFE is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 124 | 254 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.00 |
| HSL | 266.77º | 0.98% | 0.74% | - |
| HSV(B) | 266.77º | 0.51% | 1% | - |
| XYZ | 44.39 | 31.52 | 97.51 | - |
| YUV | 156.16 | 183.22 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 254 | 0.28 | 0.51 | 0 | 0.00 | 266.77 | 0.98 | 0.74 |
| Hex | B6 | 7C | FE | 1C | 33 | 0 | 0 | 10B | 62 | 4A |
| Octal | 266 | 174 | 376 | 34 | 63 | 0 | 0 | 413 | 142 | 112 |
| Binary | 10110110 | 1111100 | 11111110 | 11100 | 110011 | 0 | 0 | 100001011 | 1100010 | 1001010 |
Color Harmonies of #B67CFE
Complementary color
Monochromatic Colors of #B67CFE
Black with #B67CFE
Text Example
Text Example
White with #B67CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67CFE; }
p { color: rgb(182,124,254); }
H1.HeaderClassName
{
color: #B67CFE;
}
.AnyTagClassName
{
color: #B67CFE;
}
</style>
background-color css
<style>
a { background-color: #B67CFE; }
a { background-color: rgb(182,124,254); }
div.DivClassName
{
background-color: #B67CFE;
}
.BgClassName
{
background-color: #B67CFE;
}
</style>
border-color css
<style>
span { border-color: #B67CFE; }
span { border-color: rgb(182,124,254); }
td.TdClassName
{
border-color: #B67CFE;
}
.TagClassName
{
border-color: #B67CFE;
}
</style>