Shades of Heliotrope #B67AFE
Tints of Heliotrope #B67AFE
RGB
CMYK
RGB Variations
Color information
#B67AFE (or 0xB67AFE) is known color: Heliotrope. HEX triplet: B6, 7A and FE. RGB value is (182,122,254). Sum of RGB (Red+Green+Blue) = 182+122+254=558 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.62% from 558); Green value is 122 (48.05% from 255 or 21.86% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #B67AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67AFE is #498501. Grayscale: #9A9A9A. Windows color (decimal): -4818178 or 16677558. OLE color: 16677558.
HSL color Cylindrical-coordinate representation of color #B67AFE: hue angle of 267.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B67AFE is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 122 | 254 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.00 |
| HSL | 267.27º | 0.99% | 0.74% | - |
| HSV(B) | 267.27º | 0.52% | 1% | - |
| XYZ | 44.14 | 31.02 | 97.43 | - |
| YUV | 154.99 | 183.88 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 122 | 254 | 0.28 | 0.52 | 0 | 0.00 | 267.27 | 0.99 | 0.74 |
| Hex | B6 | 7A | FE | 1C | 34 | 0 | 0 | 10B | 63 | 4A |
| Octal | 266 | 172 | 376 | 34 | 64 | 0 | 0 | 413 | 143 | 112 |
| Binary | 10110110 | 1111010 | 11111110 | 11100 | 110100 | 0 | 0 | 100001011 | 1100011 | 1001010 |
Color Harmonies of #B67AFE
Complementary color
Monochromatic Colors of #B67AFE
Black with #B67AFE
Text Example
Text Example
White with #B67AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B67AFE; }
p { color: rgb(182,122,254); }
H1.HeaderClassName
{
color: #B67AFE;
}
.AnyTagClassName
{
color: #B67AFE;
}
</style>
background-color css
<style>
a { background-color: #B67AFE; }
a { background-color: rgb(182,122,254); }
div.DivClassName
{
background-color: #B67AFE;
}
.BgClassName
{
background-color: #B67AFE;
}
</style>
border-color css
<style>
span { border-color: #B67AFE; }
span { border-color: rgb(182,122,254); }
td.TdClassName
{
border-color: #B67AFE;
}
.TagClassName
{
border-color: #B67AFE;
}
</style>