Shades of Heliotrope #B967FF
Tints of Heliotrope #B967FF
RGB
CMYK
RGB Variations
Color information
#B967FF (or 0xB967FF) is known color: Heliotrope. HEX triplet: B9, 67 and FF. RGB value is (185,103,255). Sum of RGB (Red+Green+Blue) = 185+103+255=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #B967FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967FF is #469800. Grayscale: #909090. Windows color (decimal): -4626433 or 16738233. OLE color: 16738233.
HSL color Cylindrical-coordinate representation of color #B967FF: hue angle of 272.37º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B967FF is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 103 | 255 | - |
| CMYK | 0.27 | 0.60 | 0 | 0 |
| HSL | 272.37º | 1% | 0.7% | - |
| HSV(B) | 272.37º | 0.6% | 1% | - |
| XYZ | 42.91 | 27.23 | 97.6 | - |
| YUV | 144.85 | 190.17 | 156.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 255 | 0.27 | 0.60 | 0 | 0 | 272.37 | 1 | 0.7 |
| Hex | B9 | 67 | FF | 1B | 3C | 0 | 0 | 110 | 64 | 46 |
| Octal | 271 | 147 | 377 | 33 | 74 | 0 | 0 | 420 | 144 | 106 |
| Binary | 10111001 | 1100111 | 11111111 | 11011 | 111100 | 0 | 0 | 100010000 | 1100100 | 1000110 |
Color Harmonies of #B967FF
Complementary color
Monochromatic Colors of #B967FF
Black with #B967FF
Text Example
Text Example
White with #B967FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967FF; }
p { color: rgb(185,103,255); }
H1.HeaderClassName
{
color: #B967FF;
}
.AnyTagClassName
{
color: #B967FF;
}
</style>
background-color css
<style>
a { background-color: #B967FF; }
a { background-color: rgb(185,103,255); }
div.DivClassName
{
background-color: #B967FF;
}
.BgClassName
{
background-color: #B967FF;
}
</style>
border-color css
<style>
span { border-color: #B967FF; }
span { border-color: rgb(185,103,255); }
td.TdClassName
{
border-color: #B967FF;
}
.TagClassName
{
border-color: #B967FF;
}
</style>