Shades of Heliotrope #B965FF
Tints of Heliotrope #B965FF
RGB
CMYK
RGB Variations
Color information
#B965FF (or 0xB965FF) is known color: Heliotrope. HEX triplet: B9, 65 and FF. RGB value is (185,101,255). Sum of RGB (Red+Green+Blue) = 185+101+255=541 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.20% from 541); Green value is 101 (39.84% from 255 or 18.67% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #B965FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B965FF is #469A00. Grayscale: #8F8F8F. Windows color (decimal): -4626945 or 16737721. OLE color: 16737721.
HSL color Cylindrical-coordinate representation of color #B965FF: hue angle of 272.73º 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 #B965FF is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 185 | 101 | 255 | - |
| CMYK | 0.27 | 0.60 | 0 | 0 |
| HSL | 272.73º | 1% | 0.7% | - |
| HSV(B) | 272.73º | 0.6% | 1% | - |
| XYZ | 42.71 | 26.84 | 97.54 | - |
| YUV | 143.67 | 190.83 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 101 | 255 | 0.27 | 0.60 | 0 | 0 | 272.73 | 1 | 0.7 |
| Hex | B9 | 65 | FF | 1B | 3C | 0 | 0 | 111 | 64 | 46 |
| Octal | 271 | 145 | 377 | 33 | 74 | 0 | 0 | 421 | 144 | 106 |
| Binary | 10111001 | 1100101 | 11111111 | 11011 | 111100 | 0 | 0 | 100010001 | 1100100 | 1000110 |
Color Harmonies of #B965FF
Complementary color
Monochromatic Colors of #B965FF
Black with #B965FF
Text Example
Text Example
White with #B965FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B965FF; }
p { color: rgb(185,101,255); }
H1.HeaderClassName
{
color: #B965FF;
}
.AnyTagClassName
{
color: #B965FF;
}
</style>
background-color css
<style>
a { background-color: #B965FF; }
a { background-color: rgb(185,101,255); }
div.DivClassName
{
background-color: #B965FF;
}
.BgClassName
{
background-color: #B965FF;
}
</style>
border-color css
<style>
span { border-color: #B965FF; }
span { border-color: rgb(185,101,255); }
td.TdClassName
{
border-color: #B965FF;
}
.TagClassName
{
border-color: #B965FF;
}
</style>