Shades of Heliotrope #B764FA
Tints of Heliotrope #B764FA
RGB
CMYK
RGB Variations
Color information
#B764FA (or 0xB764FA) is known color: Heliotrope. HEX triplet: B7, 64 and FA. RGB value is (183,100,250). Sum of RGB (Red+Green+Blue) = 183+100+250=533 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.33% from 533); Green value is 100 (39.45% from 255 or 18.76% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #B764FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764FA is #489B05. Grayscale: #8D8D8D. Windows color (decimal): -4758278 or 16409783. OLE color: 16409783.
HSL color Cylindrical-coordinate representation of color #B764FA: hue angle of 273.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B764FA is Cyan = 0.27, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 100 | 250 | - |
| CMYK | 0.27 | 0.6 | 0 | 0.02 |
| HSL | 273.2º | 0.94% | 0.69% | - |
| HSV(B) | 273.2º | 0.6% | 0.98% | - |
| XYZ | 41.34 | 26.08 | 93.3 | - |
| YUV | 141.92 | 189 | 157.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 250 | 0.27 | 0.6 | 0 | 0.02 | 273.2 | 0.94 | 0.69 |
| Hex | B7 | 64 | FA | 1B | 3C | 0 | 2 | 111 | 5E | 45 |
| Octal | 267 | 144 | 372 | 33 | 74 | 0 | 2 | 421 | 136 | 105 |
| Binary | 10110111 | 1100100 | 11111010 | 11011 | 111100 | 0 | 10 | 100010001 | 1011110 | 1000101 |
Color Harmonies of #B764FA
Complementary color
Monochromatic Colors of #B764FA
Black with #B764FA
Text Example
Text Example
White with #B764FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764FA; }
p { color: rgb(183,100,250); }
H1.HeaderClassName
{
color: #B764FA;
}
.AnyTagClassName
{
color: #B764FA;
}
</style>
background-color css
<style>
a { background-color: #B764FA; }
a { background-color: rgb(183,100,250); }
div.DivClassName
{
background-color: #B764FA;
}
.BgClassName
{
background-color: #B764FA;
}
</style>
border-color css
<style>
span { border-color: #B764FA; }
span { border-color: rgb(183,100,250); }
td.TdClassName
{
border-color: #B764FA;
}
.TagClassName
{
border-color: #B764FA;
}
</style>