#ba74f1

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

Shades of Heliotrope #BA74F1

Tints of Heliotrope #BA74F1

Color information

#BA74F1 (or 0xBA74F1) is unknown color: approx Heliotrope. HEX triplet: BA, 74 and F1. RGB value is (186,116,241). Sum of RGB (Red+Green+Blue) = 186+116+241=543 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.25% from 543); Green value is 116 (45.70% from 255 or 21.36% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA74F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74F1 is #458B0E. Grayscale: #969696. Windows color (decimal): -4557583 or 15824058. OLE color: 15824058.

HSL color Cylindrical-coordinate representation of color #BA74F1: hue angle of 273.6º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BA74F1 is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB186116241-
CMYK0.230.5200.05
HSL273.6º81.7%70%-
HSV(B)273.6º51.87%94.51%-
XYZ42.3729.2886.64-
YUV151.18178.69152.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.25%
GREEN value IS 116 (45.70% from 255) = 21.36%
BLUE value IS 241 (94.53% from 255) = 44.38%
R=34.25%
G=21.36%
B=44.38%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1861162410.230.5200.05273.681.770
HexBA74F11734051125246
Octal272164361276405422122106
Binary1011101011101001111000110111110100010110001001010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba74f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba74f1; }

 p { color: rgb(186,116,241); }

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

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

 a { background-color: rgb(186,116,241); }

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

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

 span { border-color: rgb(186,116,241); }

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