Shades of Heliotrope #B764FE
Tints of Heliotrope #B764FE
RGB
CMYK
RGB Variations
Color information
#B764FE (or 0xB764FE) is known color: Heliotrope. HEX triplet: B7, 64 and FE. RGB value is (183,100,254). Sum of RGB (Red+Green+Blue) = 183+100+254=537 (71% of max value = 765). Red value is 183 (71.88% from 255 or 34.08% from 537); Green value is 100 (39.45% from 255 or 18.62% 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 #B764FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764FE is #489B01. Grayscale: #8D8D8D. Windows color (decimal): -4758274 or 16671927. OLE color: 16671927.
HSL color Cylindrical-coordinate representation of color #B764FE: hue angle of 272.34º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B764FE is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 100 | 254 | - |
| CMYK | 0.28 | 0.61 | 0 | 0.00 |
| HSL | 272.34º | 0.99% | 0.69% | - |
| HSV(B) | 272.34º | 0.61% | 1% | - |
| XYZ | 41.98 | 26.34 | 96.64 | - |
| YUV | 142.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 254 | 0.28 | 0.61 | 0 | 0.00 | 272.34 | 0.99 | 0.69 |
| Hex | B7 | 64 | FE | 1C | 3D | 0 | 0 | 110 | 63 | 45 |
| Octal | 267 | 144 | 376 | 34 | 75 | 0 | 0 | 420 | 143 | 105 |
| Binary | 10110111 | 1100100 | 11111110 | 11100 | 111101 | 0 | 0 | 100010000 | 1100011 | 1000101 |
Color Harmonies of #B764FE
Complementary color
Monochromatic Colors of #B764FE
Black with #B764FE
Text Example
Text Example
White with #B764FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764FE; }
p { color: rgb(183,100,254); }
H1.HeaderClassName
{
color: #B764FE;
}
.AnyTagClassName
{
color: #B764FE;
}
</style>
background-color css
<style>
a { background-color: #B764FE; }
a { background-color: rgb(183,100,254); }
div.DivClassName
{
background-color: #B764FE;
}
.BgClassName
{
background-color: #B764FE;
}
</style>
border-color css
<style>
span { border-color: #B764FE; }
span { border-color: rgb(183,100,254); }
td.TdClassName
{
border-color: #B764FE;
}
.TagClassName
{
border-color: #B764FE;
}
</style>