Shades of Heliotrope #B764FB
Tints of Heliotrope #B764FB
RGB
CMYK
RGB Variations
Color information
#B764FB (or 0xB764FB) is known color: Heliotrope. HEX triplet: B7, 64 and FB. RGB value is (183,100,251). Sum of RGB (Red+Green+Blue) = 183+100+251=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 100 (39.45% from 255 or 18.73% from 534); Blue value is 251 (98.44% from 255 or 47.00% from 534); Max value from RGB is 251 - color contains mainly: blue. Hex color #B764FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B764FB is #489B04. Grayscale: #8D8D8D. Windows color (decimal): -4758277 or 16475319. OLE color: 16475319.
HSL color Cylindrical-coordinate representation of color #B764FB: hue angle of 272.98º degrees, saturation: 0.95, 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 #B764FB is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 100 | 251 | - |
| CMYK | 0.27 | 0.60 | 0 | 0.02 |
| HSL | 272.98º | 0.95% | 0.69% | - |
| HSV(B) | 272.98º | 0.6% | 0.98% | - |
| XYZ | 41.5 | 26.15 | 94.13 | - |
| YUV | 142.03 | 189.5 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 100 | 251 | 0.27 | 0.60 | 0 | 0.02 | 272.98 | 0.95 | 0.69 |
| Hex | B7 | 64 | FB | 1B | 3C | 0 | 2 | 111 | 5F | 45 |
| Octal | 267 | 144 | 373 | 33 | 74 | 0 | 2 | 421 | 137 | 105 |
| Binary | 10110111 | 1100100 | 11111011 | 11011 | 111100 | 0 | 10 | 100010001 | 1011111 | 1000101 |
Color Harmonies of #B764FB
Complementary color
Monochromatic Colors of #B764FB
Black with #B764FB
Text Example
Text Example
White with #B764FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B764FB; }
p { color: rgb(183,100,251); }
H1.HeaderClassName
{
color: #B764FB;
}
.AnyTagClassName
{
color: #B764FB;
}
</style>
background-color css
<style>
a { background-color: #B764FB; }
a { background-color: rgb(183,100,251); }
div.DivClassName
{
background-color: #B764FB;
}
.BgClassName
{
background-color: #B764FB;
}
</style>
border-color css
<style>
span { border-color: #B764FB; }
span { border-color: rgb(183,100,251); }
td.TdClassName
{
border-color: #B764FB;
}
.TagClassName
{
border-color: #B764FB;
}
</style>