Shades of Heliotrope #B669FA
Tints of Heliotrope #B669FA
RGB
CMYK
RGB Variations
Color information
#B669FA (or 0xB669FA) is known color: Heliotrope. HEX triplet: B6, 69 and FA. RGB value is (182,105,250). Sum of RGB (Red+Green+Blue) = 182+105+250=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 250 (98.05% from 255 or 46.55% from 537); Max value from RGB is 250 - color contains mainly: blue. Hex color #B669FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B669FA is #499605. Grayscale: #909090. Windows color (decimal): -4822534 or 16411062. OLE color: 16411062.
HSL color Cylindrical-coordinate representation of color #B669FA: hue angle of 271.86º degrees, saturation: 0.94, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B669FA is Cyan = 0.27, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 105 | 250 | - |
| CMYK | 0.27 | 0.58 | 0 | 0.02 |
| HSL | 271.86º | 0.94% | 0.7% | - |
| HSV(B) | 271.86º | 0.58% | 0.98% | - |
| XYZ | 41.6 | 26.95 | 93.45 | - |
| YUV | 144.55 | 187.51 | 154.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 105 | 250 | 0.27 | 0.58 | 0 | 0.02 | 271.86 | 0.94 | 0.7 |
| Hex | B6 | 69 | FA | 1B | 3A | 0 | 2 | 110 | 5E | 46 |
| Octal | 266 | 151 | 372 | 33 | 72 | 0 | 2 | 420 | 136 | 106 |
| Binary | 10110110 | 1101001 | 11111010 | 11011 | 111010 | 0 | 10 | 100010000 | 1011110 | 1000110 |
Color Harmonies of #B669FA
Complementary color
Monochromatic Colors of #B669FA
Black with #B669FA
Text Example
Text Example
White with #B669FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B669FA; }
p { color: rgb(182,105,250); }
H1.HeaderClassName
{
color: #B669FA;
}
.AnyTagClassName
{
color: #B669FA;
}
</style>
background-color css
<style>
a { background-color: #B669FA; }
a { background-color: rgb(182,105,250); }
div.DivClassName
{
background-color: #B669FA;
}
.BgClassName
{
background-color: #B669FA;
}
</style>
border-color css
<style>
span { border-color: #B669FA; }
span { border-color: rgb(182,105,250); }
td.TdClassName
{
border-color: #B669FA;
}
.TagClassName
{
border-color: #B669FA;
}
</style>