Shades of Biloba Flower #BA7FF2
Tints of Biloba Flower #BA7FF2
RGB
CMYK
RGB Variations
Color information
#BA7FF2 (or 0xBA7FF2) is known color: Biloba Flower. HEX triplet: BA, 7F and F2. RGB value is (186,127,242). Sum of RGB (Red+Green+Blue) = 186+127+242=555 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.51% from 555); Green value is 127 (50% from 255 or 22.88% from 555); Blue value is 242 (94.92% from 255 or 43.60% from 555); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA7FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA7FF2 is #45800D. Grayscale: #9D9D9D. Windows color (decimal): -4554766 or 15892410. OLE color: 15892410.
HSL color Cylindrical-coordinate representation of color #BA7FF2: hue angle of 270.78º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA7FF2 is Cyan = 0.23, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 127 | 242 | - |
| CMYK | 0.23 | 0.48 | 0 | 0.05 |
| HSL | 270.78º | 0.82% | 0.72% | - |
| HSV(B) | 270.78º | 0.48% | 0.95% | - |
| XYZ | 43.87 | 32.03 | 87.87 | - |
| YUV | 157.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 127 | 242 | 0.23 | 0.48 | 0 | 0.05 | 270.78 | 0.82 | 0.72 |
| Hex | BA | 7F | F2 | 17 | 30 | 0 | 5 | 10F | 52 | 48 |
| Octal | 272 | 177 | 362 | 27 | 60 | 0 | 5 | 417 | 122 | 110 |
| Binary | 10111010 | 1111111 | 11110010 | 10111 | 110000 | 0 | 101 | 100001111 | 1010010 | 1001000 |
Color Harmonies of #BA7FF2
Complementary color
Monochromatic Colors of #BA7FF2
Black with #BA7FF2
Text Example
Text Example
White with #BA7FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA7FF2; }
p { color: rgb(186,127,242); }
H1.HeaderClassName
{
color: #BA7FF2;
}
.AnyTagClassName
{
color: #BA7FF2;
}
</style>
background-color css
<style>
a { background-color: #BA7FF2; }
a { background-color: rgb(186,127,242); }
div.DivClassName
{
background-color: #BA7FF2;
}
.BgClassName
{
background-color: #BA7FF2;
}
</style>
border-color css
<style>
span { border-color: #BA7FF2; }
span { border-color: rgb(186,127,242); }
td.TdClassName
{
border-color: #BA7FF2;
}
.TagClassName
{
border-color: #BA7FF2;
}
</style>