Shades of Heliotrope #B665FF
Tints of Heliotrope #B665FF
RGB
CMYK
RGB Variations
Color information
#B665FF (or 0xB665FF) is known color: Heliotrope. HEX triplet: B6, 65 and FF. RGB value is (182,101,255). Sum of RGB (Red+Green+Blue) = 182+101+255=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #B665FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B665FF is #499A00. Grayscale: #8E8E8E. Windows color (decimal): -4823553 or 16737718. OLE color: 16737718.
HSL color Cylindrical-coordinate representation of color #B665FF: hue angle of 271.56º 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 #B665FF is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 101 | 255 | - |
| CMYK | 0.29 | 0.60 | 0 | 0 |
| HSL | 271.56º | 1% | 0.7% | - |
| HSV(B) | 271.56º | 0.6% | 1% | - |
| XYZ | 42 | 26.47 | 97.5 | - |
| YUV | 142.78 | 191.34 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 101 | 255 | 0.29 | 0.60 | 0 | 0 | 271.56 | 1 | 0.7 |
| Hex | B6 | 65 | FF | 1D | 3C | 0 | 0 | 110 | 64 | 46 |
| Octal | 266 | 145 | 377 | 35 | 74 | 0 | 0 | 420 | 144 | 106 |
| Binary | 10110110 | 1100101 | 11111111 | 11101 | 111100 | 0 | 0 | 100010000 | 1100100 | 1000110 |
Color Harmonies of #B665FF
Complementary color
Monochromatic Colors of #B665FF
Black with #B665FF
Text Example
Text Example
White with #B665FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B665FF; }
p { color: rgb(182,101,255); }
H1.HeaderClassName
{
color: #B665FF;
}
.AnyTagClassName
{
color: #B665FF;
}
</style>
background-color css
<style>
a { background-color: #B665FF; }
a { background-color: rgb(182,101,255); }
div.DivClassName
{
background-color: #B665FF;
}
.BgClassName
{
background-color: #B665FF;
}
</style>
border-color css
<style>
span { border-color: #B665FF; }
span { border-color: rgb(182,101,255); }
td.TdClassName
{
border-color: #B665FF;
}
.TagClassName
{
border-color: #B665FF;
}
</style>