#BA74ED

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

Shades of Heliotrope #BA74ED

Tints of Heliotrope #BA74ED

Color information

#BA74ED (or 0xBA74ED) is unknown color: approx Heliotrope. HEX triplet: BA, 74 and ED. RGB value is (186,116,237). Sum of RGB (Red+Green+Blue) = 186+116+237=539 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.51% from 539); Green value is 116 (45.70% from 255 or 21.52% from 539); Blue value is 237 (92.97% from 255 or 43.97% from 539); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA74ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74ED is #458B12. Grayscale: #969696. Windows color (decimal): -4557587 or 15561914. OLE color: 15561914.

HSL color Cylindrical-coordinate representation of color #BA74ED: hue angle of 274.71º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BA74ED is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186116237-
CMYK0.220.5100.07
HSL274.71º77.07%69.22%-
HSV(B)274.71º51.05%92.94%-
XYZ41.7829.0483.52-
YUV150.72176.69153.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.51%
GREEN value IS 116 (45.70% from 255) = 21.52%
BLUE value IS 237 (92.97% from 255) = 43.97%
R=34.51%
G=21.52%
B=43.97%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861162370.220.5100.07274.7177.0769.22
HexBA74ED1633071134d45
Octal272164355266307423115105
Binary1011101011101001110110110110110011011110001001110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74ED; }

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

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

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

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

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

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

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

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