Shades of Heliotrope #B667FA
Tints of Heliotrope #B667FA
RGB
CMYK
RGB Variations
Color information
#B667FA (or 0xB667FA) is known color: Heliotrope. HEX triplet: B6, 67 and FA. RGB value is (182,103,250). Sum of RGB (Red+Green+Blue) = 182+103+250=535 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.02% from 535); Green value is 103 (40.62% from 255 or 19.25% from 535); Blue value is 250 (98.05% from 255 or 46.73% from 535); Max value from RGB is 250 - color contains mainly: blue. Hex color #B667FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B667FA is #499805. Grayscale: #8E8E8E. Windows color (decimal): -4823046 or 16410550. OLE color: 16410550.
HSL color Cylindrical-coordinate representation of color #B667FA: hue angle of 272.24º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B667FA is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 103 | 250 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.02 |
| HSL | 272.24º | 0.94% | 0.69% | - |
| HSV(B) | 272.24º | 0.59% | 0.98% | - |
| XYZ | 41.4 | 26.55 | 93.38 | - |
| YUV | 143.38 | 188.17 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 103 | 250 | 0.27 | 0.59 | 0 | 0.02 | 272.24 | 0.94 | 0.69 |
| Hex | B6 | 67 | FA | 1B | 3B | 0 | 2 | 110 | 5E | 45 |
| Octal | 266 | 147 | 372 | 33 | 73 | 0 | 2 | 420 | 136 | 105 |
| Binary | 10110110 | 1100111 | 11111010 | 11011 | 111011 | 0 | 10 | 100010000 | 1011110 | 1000101 |
Color Harmonies of #B667FA
Complementary color
Monochromatic Colors of #B667FA
Black with #B667FA
Text Example
Text Example
White with #B667FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B667FA; }
p { color: rgb(182,103,250); }
H1.HeaderClassName
{
color: #B667FA;
}
.AnyTagClassName
{
color: #B667FA;
}
</style>
background-color css
<style>
a { background-color: #B667FA; }
a { background-color: rgb(182,103,250); }
div.DivClassName
{
background-color: #B667FA;
}
.BgClassName
{
background-color: #B667FA;
}
</style>
border-color css
<style>
span { border-color: #B667FA; }
span { border-color: rgb(182,103,250); }
td.TdClassName
{
border-color: #B667FA;
}
.TagClassName
{
border-color: #B667FA;
}
</style>