#BA70FA

Color #BA70FA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #BA70FA

Tints of Heliotrope #BA70FA

Color information

#BA70FA (or 0xBA70FA) is unknown color: approx Heliotrope. HEX triplet: BA, 70 and FA. RGB value is (186,112,250). Sum of RGB (Red+Green+Blue) = 186+112+250=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 112 (44.14% from 255 or 20.44% from 548); Blue value is 250 (98.05% from 255 or 45.62% from 548); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA70FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA70FA is #458F05. Grayscale: #959595. Windows color (decimal): -4558598 or 16412858. OLE color: 16412858.

HSL color Cylindrical-coordinate representation of color #BA70FA: hue angle of 272.17º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA70FA is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB186112250-
CMYK0.260.5500.02
HSL272.17º93.24%70.98%-
HSV(B)272.17º55.2%98.04%-
XYZ43.328.9393.74-
YUV149.86184.52153.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 112 (44.14% from 255) = 20.44%
BLUE value IS 250 (98.05% from 255) = 45.62%
R=33.94%
G=20.44%
B=45.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861122500.260.5500.02272.1793.2470.98
HexBA70FA1A37021105d47
Octal272160372326702420135107
Binary101110101110000111110101101011011101010001000010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70FA; }

 p { color: rgb(186,112,250); }

 H1.HeaderClassName
 {
   color: #BA70FA;
 }
 .AnyTagClassName
 {
   color: #BA70FA;
 }
</style>
background-color css

<style>
 a { background-color: #BA70FA; }

 a { background-color: rgb(186,112,250); }

 div.DivClassName
 {
   background-color: #BA70FA;
 }
 .BgClassName
 {
   background-color: #BA70FA;
 }
</style>
border-color css

<style>
 span { border-color: #BA70FA; }

 span { border-color: rgb(186,112,250); }

 td.TdClassName
 {
   border-color: #BA70FA;
 }
 .TagClassName
 {
   border-color: #BA70FA;
 }
</style>