Shades of Heliotrope #B665FE
Tints of Heliotrope #B665FE
RGB
CMYK
RGB Variations
Color information
#B665FE (or 0xB665FE) is known color: Heliotrope. HEX triplet: B6, 65 and FE. RGB value is (182,101,254). Sum of RGB (Red+Green+Blue) = 182+101+254=537 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.89% from 537); Green value is 101 (39.84% from 255 or 18.81% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #B665FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B665FE is #499A01. Grayscale: #8E8E8E. Windows color (decimal): -4823554 or 16672182. OLE color: 16672182.
HSL color Cylindrical-coordinate representation of color #B665FE: hue angle of 271.76º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B665FE is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 182 | 101 | 254 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.00 |
| HSL | 271.76º | 0.99% | 0.7% | - |
| HSV(B) | 271.76º | 0.6% | 1% | - |
| XYZ | 41.83 | 26.41 | 96.66 | - |
| YUV | 142.66 | 190.84 | 156.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 254 | 0.28 | 0.60 | 0 | 0.00 | 271.76 | 0.99 | 0.7 |
| Hex | B6 | 65 | FE | 1C | 3C | 0 | 0 | 110 | 63 | 46 |
| Octal | 266 | 145 | 376 | 34 | 74 | 0 | 0 | 420 | 143 | 106 |
| Binary | 10110110 | 1100101 | 11111110 | 11100 | 111100 | 0 | 0 | 100010000 | 1100011 | 1000110 |
Color Harmonies of #B665FE
Complementary color
Monochromatic Colors of #B665FE
Black with #B665FE
Text Example
Text Example
White with #B665FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665FE; }
p { color: rgb(182,101,254); }
H1.HeaderClassName
{
color: #B665FE;
}
.AnyTagClassName
{
color: #B665FE;
}
</style>
background-color css
<style>
a { background-color: #B665FE; }
a { background-color: rgb(182,101,254); }
div.DivClassName
{
background-color: #B665FE;
}
.BgClassName
{
background-color: #B665FE;
}
</style>
border-color css
<style>
span { border-color: #B665FE; }
span { border-color: rgb(182,101,254); }
td.TdClassName
{
border-color: #B665FE;
}
.TagClassName
{
border-color: #B665FE;
}
</style>