Shades of Heliotrope #BD80FE
Tints of Heliotrope #BD80FE
RGB
CMYK
RGB Variations
Color information
#BD80FE (or 0xBD80FE) is known color: Heliotrope. HEX triplet: BD, 80 and FE. RGB value is (189,128,254). Sum of RGB (Red+Green+Blue) = 189+128+254=571 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.10% from 571); Green value is 128 (50.39% from 255 or 22.42% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD80FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD80FE is #427F01. Grayscale: #A0A0A0. Windows color (decimal): -4357890 or 16679101. OLE color: 16679101.
HSL color Cylindrical-coordinate representation of color #BD80FE: hue angle of 269.05º 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 #BD80FE is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 189 | 128 | 254 | - |
| CMYK | 0.26 | 0.50 | 0 | 0.00 |
| HSL | 269.05º | 0.98% | 0.75% | - |
| HSV(B) | 269.05º | 0.5% | 1% | - |
| XYZ | 46.59 | 33.41 | 97.76 | - |
| YUV | 160.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 128 | 254 | 0.26 | 0.50 | 0 | 0.00 | 269.05 | 0.98 | 0.75 |
| Hex | BD | 80 | FE | 1A | 32 | 0 | 0 | 10D | 62 | 4B |
| Octal | 275 | 200 | 376 | 32 | 62 | 0 | 0 | 415 | 142 | 113 |
| Binary | 10111101 | 10000000 | 11111110 | 11010 | 110010 | 0 | 0 | 100001101 | 1100010 | 1001011 |
Color Harmonies of #BD80FE
Complementary color
Monochromatic Colors of #BD80FE
Black with #BD80FE
Text Example
Text Example
White with #BD80FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD80FE; }
p { color: rgb(189,128,254); }
H1.HeaderClassName
{
color: #BD80FE;
}
.AnyTagClassName
{
color: #BD80FE;
}
</style>
background-color css
<style>
a { background-color: #BD80FE; }
a { background-color: rgb(189,128,254); }
div.DivClassName
{
background-color: #BD80FE;
}
.BgClassName
{
background-color: #BD80FE;
}
</style>
border-color css
<style>
span { border-color: #BD80FE; }
span { border-color: rgb(189,128,254); }
td.TdClassName
{
border-color: #BD80FE;
}
.TagClassName
{
border-color: #BD80FE;
}
</style>