Shades of Heliotrope #B67DFE
Tints of Heliotrope #B67DFE
RGB
CMYK
RGB Variations
Color information
#B67DFE (or 0xB67DFE) is known color: Heliotrope. HEX triplet: B6, 7D and FE. RGB value is (182,125,254). Sum of RGB (Red+Green+Blue) = 182+125+254=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 254 (99.61% from 255 or 45.28% from 561); Max value from RGB is 254 - color contains mainly: blue. Hex color #B67DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67DFE is #498201. Grayscale: #9C9C9C. Windows color (decimal): -4817410 or 16678326. OLE color: 16678326.
HSL color Cylindrical-coordinate representation of color #B67DFE: hue angle of 266.51º 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 #B67DFE is Cyan = 0.28, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 125 | 254 | - |
| CMYK | 0.28 | 0.51 | 0 | 0.00 |
| HSL | 266.51º | 0.98% | 0.74% | - |
| HSV(B) | 266.51º | 0.51% | 1% | - |
| XYZ | 44.51 | 31.77 | 97.55 | - |
| YUV | 156.75 | 182.88 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 125 | 254 | 0.28 | 0.51 | 0 | 0.00 | 266.51 | 0.98 | 0.74 |
| Hex | B6 | 7D | FE | 1C | 33 | 0 | 0 | 10B | 62 | 4A |
| Octal | 266 | 175 | 376 | 34 | 63 | 0 | 0 | 413 | 142 | 112 |
| Binary | 10110110 | 1111101 | 11111110 | 11100 | 110011 | 0 | 0 | 100001011 | 1100010 | 1001010 |
Color Harmonies of #B67DFE
Complementary color
Monochromatic Colors of #B67DFE
Black with #B67DFE
Text Example
Text Example
White with #B67DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67DFE; }
p { color: rgb(182,125,254); }
H1.HeaderClassName
{
color: #B67DFE;
}
.AnyTagClassName
{
color: #B67DFE;
}
</style>
background-color css
<style>
a { background-color: #B67DFE; }
a { background-color: rgb(182,125,254); }
div.DivClassName
{
background-color: #B67DFE;
}
.BgClassName
{
background-color: #B67DFE;
}
</style>
border-color css
<style>
span { border-color: #B67DFE; }
span { border-color: rgb(182,125,254); }
td.TdClassName
{
border-color: #B67DFE;
}
.TagClassName
{
border-color: #B67DFE;
}
</style>