Shades of Heliotrope #B766FB
Tints of Heliotrope #B766FB
RGB
CMYK
RGB Variations
Color information
#B766FB (or 0xB766FB) is known color: Heliotrope. HEX triplet: B7, 66 and FB. RGB value is (183,102,251). Sum of RGB (Red+Green+Blue) = 183+102+251=536 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.14% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #B766FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B766FB is #489904. Grayscale: #8E8E8E. Windows color (decimal): -4757765 or 16475831. OLE color: 16475831.
HSL color Cylindrical-coordinate representation of color #B766FB: hue angle of 272.62º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B766FB is Cyan = 0.27, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 102 | 251 | - |
| CMYK | 0.27 | 0.59 | 0 | 0.02 |
| HSL | 272.62º | 0.95% | 0.69% | - |
| HSV(B) | 272.62º | 0.59% | 0.98% | - |
| XYZ | 41.69 | 26.54 | 94.19 | - |
| YUV | 143.21 | 188.84 | 156.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 102 | 251 | 0.27 | 0.59 | 0 | 0.02 | 272.62 | 0.95 | 0.69 |
| Hex | B7 | 66 | FB | 1B | 3B | 0 | 2 | 111 | 5F | 45 |
| Octal | 267 | 146 | 373 | 33 | 73 | 0 | 2 | 421 | 137 | 105 |
| Binary | 10110111 | 1100110 | 11111011 | 11011 | 111011 | 0 | 10 | 100010001 | 1011111 | 1000101 |
Color Harmonies of #B766FB
Complementary color
Monochromatic Colors of #B766FB
Black with #B766FB
Text Example
Text Example
White with #B766FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B766FB; }
p { color: rgb(183,102,251); }
H1.HeaderClassName
{
color: #B766FB;
}
.AnyTagClassName
{
color: #B766FB;
}
</style>
background-color css
<style>
a { background-color: #B766FB; }
a { background-color: rgb(183,102,251); }
div.DivClassName
{
background-color: #B766FB;
}
.BgClassName
{
background-color: #B766FB;
}
</style>
border-color css
<style>
span { border-color: #B766FB; }
span { border-color: rgb(183,102,251); }
td.TdClassName
{
border-color: #B766FB;
}
.TagClassName
{
border-color: #B766FB;
}
</style>