Shades of Heliotrope #BB80FD
Tints of Heliotrope #BB80FD
RGB
CMYK
RGB Variations
Color information
#BB80FD (or 0xBB80FD) is known color: Heliotrope. HEX triplet: BB, 80 and FD. RGB value is (187,128,253). Sum of RGB (Red+Green+Blue) = 187+128+253=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 128 (50.39% from 255 or 22.54% from 568); Blue value is 253 (99.22% from 255 or 44.54% from 568); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB80FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB80FD is #447F02. Grayscale: #9F9F9F. Windows color (decimal): -4488963 or 16613563. OLE color: 16613563.
HSL color Cylindrical-coordinate representation of color #BB80FD: hue angle of 268.32º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BB80FD is Cyan = 0.26, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 128 | 253 | - |
| CMYK | 0.26 | 0.49 | 0 | 0.01 |
| HSL | 268.32º | 0.97% | 0.75% | - |
| HSV(B) | 268.32º | 0.49% | 0.99% | - |
| XYZ | 45.94 | 33.09 | 96.9 | - |
| YUV | 159.89 | 180.55 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 128 | 253 | 0.26 | 0.49 | 0 | 0.01 | 268.32 | 0.97 | 0.75 |
| Hex | BB | 80 | FD | 1A | 31 | 0 | 1 | 10C | 61 | 4B |
| Octal | 273 | 200 | 375 | 32 | 61 | 0 | 1 | 414 | 141 | 113 |
| Binary | 10111011 | 10000000 | 11111101 | 11010 | 110001 | 0 | 1 | 100001100 | 1100001 | 1001011 |
Color Harmonies of #BB80FD
Complementary color
Monochromatic Colors of #BB80FD
Black with #BB80FD
Text Example
Text Example
White with #BB80FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB80FD; }
p { color: rgb(187,128,253); }
H1.HeaderClassName
{
color: #BB80FD;
}
.AnyTagClassName
{
color: #BB80FD;
}
</style>
background-color css
<style>
a { background-color: #BB80FD; }
a { background-color: rgb(187,128,253); }
div.DivClassName
{
background-color: #BB80FD;
}
.BgClassName
{
background-color: #BB80FD;
}
</style>
border-color css
<style>
span { border-color: #BB80FD; }
span { border-color: rgb(187,128,253); }
td.TdClassName
{
border-color: #BB80FD;
}
.TagClassName
{
border-color: #BB80FD;
}
</style>