Shades of Heliotrope #BA65FB
Tints of Heliotrope #BA65FB
RGB
CMYK
RGB Variations
Color information
#BA65FB (or 0xBA65FB) is known color: Heliotrope. HEX triplet: BA, 65 and FB. RGB value is (186,101,251). Sum of RGB (Red+Green+Blue) = 186+101+251=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 101 (39.84% from 255 or 18.77% from 538); Blue value is 251 (98.44% from 255 or 46.65% from 538); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA65FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA65FB is #459A04. Grayscale: #8F8F8F. Windows color (decimal): -4561413 or 16475578. OLE color: 16475578.
HSL color Cylindrical-coordinate representation of color #BA65FB: hue angle of 274º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA65FB is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 101 | 251 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.02 |
| HSL | 274º | 0.95% | 0.69% | - |
| HSV(B) | 274º | 0.6% | 0.98% | - |
| XYZ | 42.32 | 26.71 | 94.19 | - |
| YUV | 143.52 | 188.66 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 101 | 251 | 0.26 | 0.60 | 0 | 0.02 | 274 | 0.95 | 0.69 |
| Hex | BA | 65 | FB | 1A | 3C | 0 | 2 | 112 | 5F | 45 |
| Octal | 272 | 145 | 373 | 32 | 74 | 0 | 2 | 422 | 137 | 105 |
| Binary | 10111010 | 1100101 | 11111011 | 11010 | 111100 | 0 | 10 | 100010010 | 1011111 | 1000101 |
Color Harmonies of #BA65FB
Complementary color
Monochromatic Colors of #BA65FB
Black with #BA65FB
Text Example
Text Example
White with #BA65FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA65FB; }
p { color: rgb(186,101,251); }
H1.HeaderClassName
{
color: #BA65FB;
}
.AnyTagClassName
{
color: #BA65FB;
}
</style>
background-color css
<style>
a { background-color: #BA65FB; }
a { background-color: rgb(186,101,251); }
div.DivClassName
{
background-color: #BA65FB;
}
.BgClassName
{
background-color: #BA65FB;
}
</style>
border-color css
<style>
span { border-color: #BA65FB; }
span { border-color: rgb(186,101,251); }
td.TdClassName
{
border-color: #BA65FB;
}
.TagClassName
{
border-color: #BA65FB;
}
</style>