Shades of Heliotrope #B967FE
Tints of Heliotrope #B967FE
RGB
CMYK
RGB Variations
Color information
#B967FE (or 0xB967FE) is known color: Heliotrope. HEX triplet: B9, 67 and FE. RGB value is (185,103,254). Sum of RGB (Red+Green+Blue) = 185+103+254=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 103 (40.62% from 255 or 19.00% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #B967FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B967FE is #469801. Grayscale: #909090. Windows color (decimal): -4626434 or 16672697. OLE color: 16672697.
HSL color Cylindrical-coordinate representation of color #B967FE: hue angle of 272.58º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B967FE is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 185 | 103 | 254 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.00 |
| HSL | 272.58º | 0.99% | 0.7% | - |
| HSV(B) | 272.58º | 0.59% | 1% | - |
| XYZ | 42.75 | 27.17 | 96.76 | - |
| YUV | 144.73 | 189.67 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 103 | 254 | 0.27 | 0.59 | 0 | 0.00 | 272.58 | 0.99 | 0.7 |
| Hex | B9 | 67 | FE | 1B | 3B | 0 | 0 | 111 | 63 | 46 |
| Octal | 271 | 147 | 376 | 33 | 73 | 0 | 0 | 421 | 143 | 106 |
| Binary | 10111001 | 1100111 | 11111110 | 11011 | 111011 | 0 | 0 | 100010001 | 1100011 | 1000110 |
Color Harmonies of #B967FE
Complementary color
Monochromatic Colors of #B967FE
Black with #B967FE
Text Example
Text Example
White with #B967FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B967FE; }
p { color: rgb(185,103,254); }
H1.HeaderClassName
{
color: #B967FE;
}
.AnyTagClassName
{
color: #B967FE;
}
</style>
background-color css
<style>
a { background-color: #B967FE; }
a { background-color: rgb(185,103,254); }
div.DivClassName
{
background-color: #B967FE;
}
.BgClassName
{
background-color: #B967FE;
}
</style>
border-color css
<style>
span { border-color: #B967FE; }
span { border-color: rgb(185,103,254); }
td.TdClassName
{
border-color: #B967FE;
}
.TagClassName
{
border-color: #B967FE;
}
</style>