Shades of Heliotrope #B67CFF
Tints of Heliotrope #B67CFF
RGB
CMYK
RGB Variations
Color information
#B67CFF (or 0xB67CFF) is known color: Heliotrope. HEX triplet: B6, 7C and FF. RGB value is (182,124,255). Sum of RGB (Red+Green+Blue) = 182+124+255=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #B67CFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67CFF is #498300. Grayscale: #9B9B9B. Windows color (decimal): -4817665 or 16743606. OLE color: 16743606.
HSL color Cylindrical-coordinate representation of color #B67CFF: hue angle of 266.56º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B67CFF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 124 | 255 | - |
| CMYK | 0.29 | 0.51 | 0 | 0 |
| HSL | 266.56º | 1% | 0.74% | - |
| HSV(B) | 266.56º | 0.51% | 1% | - |
| XYZ | 44.55 | 31.58 | 98.36 | - |
| YUV | 156.28 | 183.72 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 124 | 255 | 0.29 | 0.51 | 0 | 0 | 266.56 | 1 | 0.74 |
| Hex | B6 | 7C | FF | 1D | 33 | 0 | 0 | 10B | 64 | 4A |
| Octal | 266 | 174 | 377 | 35 | 63 | 0 | 0 | 413 | 144 | 112 |
| Binary | 10110110 | 1111100 | 11111111 | 11101 | 110011 | 0 | 0 | 100001011 | 1100100 | 1001010 |
Color Harmonies of #B67CFF
Complementary color
Monochromatic Colors of #B67CFF
Black with #B67CFF
Text Example
Text Example
White with #B67CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67CFF; }
p { color: rgb(182,124,255); }
H1.HeaderClassName
{
color: #B67CFF;
}
.AnyTagClassName
{
color: #B67CFF;
}
</style>
background-color css
<style>
a { background-color: #B67CFF; }
a { background-color: rgb(182,124,255); }
div.DivClassName
{
background-color: #B67CFF;
}
.BgClassName
{
background-color: #B67CFF;
}
</style>
border-color css
<style>
span { border-color: #B67CFF; }
span { border-color: rgb(182,124,255); }
td.TdClassName
{
border-color: #B67CFF;
}
.TagClassName
{
border-color: #B67CFF;
}
</style>