#BA67FA

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

Shades of Heliotrope #BA67FA

Tints of Heliotrope #BA67FA

Color information

#BA67FA (or 0xBA67FA) is unknown color: approx Heliotrope. HEX triplet: BA, 67 and FA. RGB value is (186,103,250). Sum of RGB (Red+Green+Blue) = 186+103+250=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 103 (40.62% from 255 or 19.11% from 539); Blue value is 250 (98.05% from 255 or 46.38% from 539); Max value from RGB is 250 - color contains mainly: blue. Hex color #BA67FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA67FA is #459805. Grayscale: #909090. Windows color (decimal): -4560902 or 16410554. OLE color: 16410554.

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

Color convert

RGB186103250-
CMYK0.260.5900.02
HSL273.88º93.63%69.22%-
HSV(B)273.88º58.8%98.04%-
XYZ42.3627.0493.43-
YUV144.57187.5157.55-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 103 (40.62% from 255) = 19.11%
BLUE value IS 250 (98.05% from 255) = 46.38%
R=34.51%
G=19.11%
B=46.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1861032500.260.5900.02273.8893.6369.22
HexBA67FA1A3B021125e45
Octal272147372327302422136105
Binary101110101100111111110101101011101101010001001010111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA67FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA67FA; }

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

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

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

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

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

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

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

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