Shades of Heliotrope #B780FE
Tints of Heliotrope #B780FE
RGB
CMYK
RGB Variations
Color information
#B780FE (or 0xB780FE) is known color: Heliotrope. HEX triplet: B7, 80 and FE. RGB value is (183,128,254). Sum of RGB (Red+Green+Blue) = 183+128+254=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #B780FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B780FE is #487F01. Grayscale: #9E9E9E. Windows color (decimal): -4751106 or 16679095. OLE color: 16679095.
HSL color Cylindrical-coordinate representation of color #B780FE: hue angle of 266.19º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B780FE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 128 | 254 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.00 |
| HSL | 266.19º | 0.98% | 0.75% | - |
| HSV(B) | 266.19º | 0.5% | 1% | - |
| XYZ | 45.14 | 32.66 | 97.69 | - |
| YUV | 158.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 128 | 254 | 0.28 | 0.50 | 0 | 0.00 | 266.19 | 0.98 | 0.75 |
| Hex | B7 | 80 | FE | 1C | 32 | 0 | 0 | 10A | 62 | 4B |
| Octal | 267 | 200 | 376 | 34 | 62 | 0 | 0 | 412 | 142 | 113 |
| Binary | 10110111 | 10000000 | 11111110 | 11100 | 110010 | 0 | 0 | 100001010 | 1100010 | 1001011 |
Color Harmonies of #B780FE
Complementary color
Monochromatic Colors of #B780FE
Black with #B780FE
Text Example
Text Example
White with #B780FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B780FE; }
p { color: rgb(183,128,254); }
H1.HeaderClassName
{
color: #B780FE;
}
.AnyTagClassName
{
color: #B780FE;
}
</style>
background-color css
<style>
a { background-color: #B780FE; }
a { background-color: rgb(183,128,254); }
div.DivClassName
{
background-color: #B780FE;
}
.BgClassName
{
background-color: #B780FE;
}
</style>
border-color css
<style>
span { border-color: #B780FE; }
span { border-color: rgb(183,128,254); }
td.TdClassName
{
border-color: #B780FE;
}
.TagClassName
{
border-color: #B780FE;
}
</style>