Shades of Heliotrope #B781FF
Tints of Heliotrope #B781FF
RGB
CMYK
RGB Variations
Color information
#B781FF (or 0xB781FF) is known color: Heliotrope. HEX triplet: B7, 81 and FF. RGB value is (183,129,255). Sum of RGB (Red+Green+Blue) = 183+129+255=567 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.28% from 567); Green value is 129 (50.78% from 255 or 22.75% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #B781FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B781FF is #487E00. Grayscale: #9F9F9F. Windows color (decimal): -4750849 or 16744887. OLE color: 16744887.
HSL color Cylindrical-coordinate representation of color #B781FF: hue angle of 265.71º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B781FF is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 129 | 255 | - |
| CMYK | 0.28 | 0.49 | 0 | 0 |
| HSL | 265.71º | 1% | 0.75% | - |
| HSV(B) | 265.71º | 0.49% | 1% | - |
| XYZ | 45.43 | 32.99 | 98.58 | - |
| YUV | 159.51 | 181.89 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 129 | 255 | 0.28 | 0.49 | 0 | 0 | 265.71 | 1 | 0.75 |
| Hex | B7 | 81 | FF | 1C | 31 | 0 | 0 | 10A | 64 | 4B |
| Octal | 267 | 201 | 377 | 34 | 61 | 0 | 0 | 412 | 144 | 113 |
| Binary | 10110111 | 10000001 | 11111111 | 11100 | 110001 | 0 | 0 | 100001010 | 1100100 | 1001011 |
Color Harmonies of #B781FF
Complementary color
Monochromatic Colors of #B781FF
Black with #B781FF
Text Example
Text Example
White with #B781FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B781FF; }
p { color: rgb(183,129,255); }
H1.HeaderClassName
{
color: #B781FF;
}
.AnyTagClassName
{
color: #B781FF;
}
</style>
background-color css
<style>
a { background-color: #B781FF; }
a { background-color: rgb(183,129,255); }
div.DivClassName
{
background-color: #B781FF;
}
.BgClassName
{
background-color: #B781FF;
}
</style>
border-color css
<style>
span { border-color: #B781FF; }
span { border-color: rgb(183,129,255); }
td.TdClassName
{
border-color: #B781FF;
}
.TagClassName
{
border-color: #B781FF;
}
</style>