Shades of Heliotrope #BD7FFC
Tints of Heliotrope #BD7FFC
RGB
CMYK
RGB Variations
Color information
#BD7FFC (or 0xBD7FFC) is known color: Heliotrope. HEX triplet: BD, 7F and FC. RGB value is (189,127,252). Sum of RGB (Red+Green+Blue) = 189+127+252=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 127 (50% from 255 or 22.36% from 568); Blue value is 252 (98.83% from 255 or 44.37% from 568); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD7FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD7FFC is #428003. Grayscale: #9F9F9F. Windows color (decimal): -4358148 or 16547773. OLE color: 16547773.
HSL color Cylindrical-coordinate representation of color #BD7FFC: hue angle of 269.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD7FFC is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 189 | 127 | 252 | - |
| CMYK | 0.25 | 0.50 | 0 | 0.01 |
| HSL | 269.76º | 0.95% | 0.74% | - |
| HSV(B) | 269.76º | 0.5% | 0.99% | - |
| XYZ | 46.15 | 33.03 | 96.04 | - |
| YUV | 159.79 | 180.04 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 127 | 252 | 0.25 | 0.50 | 0 | 0.01 | 269.76 | 0.95 | 0.74 |
| Hex | BD | 7F | FC | 19 | 32 | 0 | 1 | 10E | 5F | 4A |
| Octal | 275 | 177 | 374 | 31 | 62 | 0 | 1 | 416 | 137 | 112 |
| Binary | 10111101 | 1111111 | 11111100 | 11001 | 110010 | 0 | 1 | 100001110 | 1011111 | 1001010 |
Color Harmonies of #BD7FFC
Complementary color
Monochromatic Colors of #BD7FFC
Black with #BD7FFC
Text Example
Text Example
White with #BD7FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD7FFC; }
p { color: rgb(189,127,252); }
H1.HeaderClassName
{
color: #BD7FFC;
}
.AnyTagClassName
{
color: #BD7FFC;
}
</style>
background-color css
<style>
a { background-color: #BD7FFC; }
a { background-color: rgb(189,127,252); }
div.DivClassName
{
background-color: #BD7FFC;
}
.BgClassName
{
background-color: #BD7FFC;
}
</style>
border-color css
<style>
span { border-color: #BD7FFC; }
span { border-color: rgb(189,127,252); }
td.TdClassName
{
border-color: #BD7FFC;
}
.TagClassName
{
border-color: #BD7FFC;
}
</style>