Shades of Heliotrope #BF7BFF
Tints of Heliotrope #BF7BFF
RGB
CMYK
RGB Variations
Color information
#BF7BFF (or 0xBF7BFF) is known color: Heliotrope. HEX triplet: BF, 7B and FF. RGB value is (191,123,255). Sum of RGB (Red+Green+Blue) = 191+123+255=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 123 (48.44% from 255 or 21.62% from 569); Blue value is 255 (100% from 255 or 44.82% from 569); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF7BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF7BFF is #408400. Grayscale: #9D9D9D. Windows color (decimal): -4228097 or 16743359. OLE color: 16743359.
HSL color Cylindrical-coordinate representation of color #BF7BFF: hue angle of 270.91º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF7BFF is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 123 | 255 | - |
| CMYK | 0.25 | 0.52 | 0 | 0 |
| HSL | 270.91º | 1% | 0.74% | - |
| HSV(B) | 270.91º | 0.52% | 1% | - |
| XYZ | 46.62 | 32.46 | 98.42 | - |
| YUV | 158.38 | 182.53 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 123 | 255 | 0.25 | 0.52 | 0 | 0 | 270.91 | 1 | 0.74 |
| Hex | BF | 7B | FF | 19 | 34 | 0 | 0 | 10F | 64 | 4A |
| Octal | 277 | 173 | 377 | 31 | 64 | 0 | 0 | 417 | 144 | 112 |
| Binary | 10111111 | 1111011 | 11111111 | 11001 | 110100 | 0 | 0 | 100001111 | 1100100 | 1001010 |
Color Harmonies of #BF7BFF
Complementary color
Monochromatic Colors of #BF7BFF
Black with #BF7BFF
Text Example
Text Example
White with #BF7BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF7BFF; }
p { color: rgb(191,123,255); }
H1.HeaderClassName
{
color: #BF7BFF;
}
.AnyTagClassName
{
color: #BF7BFF;
}
</style>
background-color css
<style>
a { background-color: #BF7BFF; }
a { background-color: rgb(191,123,255); }
div.DivClassName
{
background-color: #BF7BFF;
}
.BgClassName
{
background-color: #BF7BFF;
}
</style>
border-color css
<style>
span { border-color: #BF7BFF; }
span { border-color: rgb(191,123,255); }
td.TdClassName
{
border-color: #BF7BFF;
}
.TagClassName
{
border-color: #BF7BFF;
}
</style>