Shades of Heliotrope #B764FC
Tints of Heliotrope #B764FC
RGB
CMYK
RGB Variations
Color information
#B764FC (or 0xB764FC) is known color: Heliotrope. HEX triplet: B7, 64 and FC. RGB value is (183,100,252). Sum of RGB (Red+Green+Blue) = 183+100+252=535 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.21% from 535); Green value is 100 (39.45% from 255 or 18.69% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #B764FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764FC is #489B03. Grayscale: #8D8D8D. Windows color (decimal): -4758276 or 16540855. OLE color: 16540855.
HSL color Cylindrical-coordinate representation of color #B764FC: hue angle of 272.76º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B764FC is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 100 | 252 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.01 |
| HSL | 272.76º | 0.96% | 0.69% | - |
| HSV(B) | 272.76º | 0.6% | 0.99% | - |
| XYZ | 41.66 | 26.21 | 94.96 | - |
| YUV | 142.15 | 190 | 157.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 252 | 0.27 | 0.60 | 0 | 0.01 | 272.76 | 0.96 | 0.69 |
| Hex | B7 | 64 | FC | 1B | 3C | 0 | 1 | 111 | 60 | 45 |
| Octal | 267 | 144 | 374 | 33 | 74 | 0 | 1 | 421 | 140 | 105 |
| Binary | 10110111 | 1100100 | 11111100 | 11011 | 111100 | 0 | 1 | 100010001 | 1100000 | 1000101 |
Color Harmonies of #B764FC
Complementary color
Monochromatic Colors of #B764FC
Black with #B764FC
Text Example
Text Example
White with #B764FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764FC; }
p { color: rgb(183,100,252); }
H1.HeaderClassName
{
color: #B764FC;
}
.AnyTagClassName
{
color: #B764FC;
}
</style>
background-color css
<style>
a { background-color: #B764FC; }
a { background-color: rgb(183,100,252); }
div.DivClassName
{
background-color: #B764FC;
}
.BgClassName
{
background-color: #B764FC;
}
</style>
border-color css
<style>
span { border-color: #B764FC; }
span { border-color: rgb(183,100,252); }
td.TdClassName
{
border-color: #B764FC;
}
.TagClassName
{
border-color: #B764FC;
}
</style>