#BA74FF

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

Shades of Heliotrope #BA74FF

Tints of Heliotrope #BA74FF

Color information

#BA74FF (or 0xBA74FF) is unknown color: approx Heliotrope. HEX triplet: BA, 74 and FF. RGB value is (186,116,255). Sum of RGB (Red+Green+Blue) = 186+116+255=557 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.39% from 557); Green value is 116 (45.70% from 255 or 20.83% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA74FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74FF is #458B00. Grayscale: #989898. Windows color (decimal): -4557569 or 16741562. OLE color: 16741562.

HSL color Cylindrical-coordinate representation of color #BA74FF: hue angle of 270.22º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BA74FF is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB186116255-
CMYK0.270.5500
HSL270.22º100%72.75%-
HSV(B)270.22º54.51%100%-
XYZ44.5530.1598.08-
YUV152.78185.69151.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.39%
GREEN value IS 116 (45.70% from 255) = 20.83%
BLUE value IS 255 (100% from 255) = 45.78%
R=33.39%
G=20.83%
B=45.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1861162550.270.5500270.2210072.75
HexBA74FF1B370010e6449
Octal272164377336700416144111
Binary10111010111010011111111110111101110010000111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74FF; }

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

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

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

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

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

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

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

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