Shades of Heliotrope #B880FE
Tints of Heliotrope #B880FE
RGB
CMYK
RGB Variations
Color information
#B880FE (or 0xB880FE) is known color: Heliotrope. HEX triplet: B8, 80 and FE. RGB value is (184,128,254). Sum of RGB (Red+Green+Blue) = 184+128+254=566 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.51% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #B880FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B880FE is #477F01. Grayscale: #9E9E9E. Windows color (decimal): -4685570 or 16679096. OLE color: 16679096.
HSL color Cylindrical-coordinate representation of color #B880FE: hue angle of 266.67º 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 #B880FE is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 128 | 254 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.00 |
| HSL | 266.67º | 0.98% | 0.75% | - |
| HSV(B) | 266.67º | 0.5% | 1% | - |
| XYZ | 45.38 | 32.78 | 97.7 | - |
| YUV | 159.11 | 181.55 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 128 | 254 | 0.28 | 0.50 | 0 | 0.00 | 266.67 | 0.98 | 0.75 |
| Hex | B8 | 80 | FE | 1C | 32 | 0 | 0 | 10B | 62 | 4B |
| Octal | 270 | 200 | 376 | 34 | 62 | 0 | 0 | 413 | 142 | 113 |
| Binary | 10111000 | 10000000 | 11111110 | 11100 | 110010 | 0 | 0 | 100001011 | 1100010 | 1001011 |
Color Harmonies of #B880FE
Complementary color
Monochromatic Colors of #B880FE
Black with #B880FE
Text Example
Text Example
White with #B880FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B880FE; }
p { color: rgb(184,128,254); }
H1.HeaderClassName
{
color: #B880FE;
}
.AnyTagClassName
{
color: #B880FE;
}
</style>
background-color css
<style>
a { background-color: #B880FE; }
a { background-color: rgb(184,128,254); }
div.DivClassName
{
background-color: #B880FE;
}
.BgClassName
{
background-color: #B880FE;
}
</style>
border-color css
<style>
span { border-color: #B880FE; }
span { border-color: rgb(184,128,254); }
td.TdClassName
{
border-color: #B880FE;
}
.TagClassName
{
border-color: #B880FE;
}
</style>