Shades of Heliotrope #B764FF
Tints of Heliotrope #B764FF
RGB
CMYK
RGB Variations
Color information
#B764FF (or 0xB764FF) is known color: Heliotrope. HEX triplet: B7, 64 and FF. RGB value is (183,100,255). Sum of RGB (Red+Green+Blue) = 183+100+255=538 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.01% from 538); Green value is 100 (39.45% from 255 or 18.59% 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 #B764FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764FF is #489B00. Grayscale: #8D8D8D. Windows color (decimal): -4758273 or 16737463. OLE color: 16737463.
HSL color Cylindrical-coordinate representation of color #B764FF: hue angle of 272.13º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B764FF is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 100 | 255 | - |
| CMYK | 0.28 | 0.61 | 0 | 0 |
| HSL | 272.13º | 1% | 0.7% | - |
| HSV(B) | 272.13º | 0.61% | 1% | - |
| XYZ | 42.14 | 26.4 | 97.48 | - |
| YUV | 142.49 | 191.5 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 255 | 0.28 | 0.61 | 0 | 0 | 272.13 | 1 | 0.7 |
| Hex | B7 | 64 | FF | 1C | 3D | 0 | 0 | 110 | 64 | 46 |
| Octal | 267 | 144 | 377 | 34 | 75 | 0 | 0 | 420 | 144 | 106 |
| Binary | 10110111 | 1100100 | 11111111 | 11100 | 111101 | 0 | 0 | 100010000 | 1100100 | 1000110 |
Color Harmonies of #B764FF
Complementary color
Monochromatic Colors of #B764FF
Black with #B764FF
Text Example
Text Example
White with #B764FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764FF; }
p { color: rgb(183,100,255); }
H1.HeaderClassName
{
color: #B764FF;
}
.AnyTagClassName
{
color: #B764FF;
}
</style>
background-color css
<style>
a { background-color: #B764FF; }
a { background-color: rgb(183,100,255); }
div.DivClassName
{
background-color: #B764FF;
}
.BgClassName
{
background-color: #B764FF;
}
</style>
border-color css
<style>
span { border-color: #B764FF; }
span { border-color: rgb(183,100,255); }
td.TdClassName
{
border-color: #B764FF;
}
.TagClassName
{
border-color: #B764FF;
}
</style>