#BA74FE

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

Shades of Heliotrope #BA74FE

Tints of Heliotrope #BA74FE

Color information

#BA74FE (or 0xBA74FE) is unknown color: approx Heliotrope. HEX triplet: BA, 74 and FE. RGB value is (186,116,254). Sum of RGB (Red+Green+Blue) = 186+116+254=556 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.45% from 556); Green value is 116 (45.70% from 255 or 20.86% from 556); Blue value is 254 (99.61% from 255 or 45.68% from 556); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA74FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74FE is #458B01. Grayscale: #989898. Windows color (decimal): -4557570 or 16676026. OLE color: 16676026.

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

Color convert

RGB186116254-
CMYK0.270.5400.00
HSL270.43º98.57%72.55%-
HSV(B)270.43º54.33%99.61%-
XYZ44.3830.0997.23-
YUV152.66185.19151.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.45%
GREEN value IS 116 (45.70% from 255) = 20.86%
BLUE value IS 254 (99.61% from 255) = 45.68%
R=33.45%
G=20.86%
B=45.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1861162540.270.5400.00270.4398.5772.55
HexBA74FE1B360010e6349
Octal272164376336600416143111
Binary10111010111010011111110110111101100010000111011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74FE; }

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

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

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

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

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

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

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

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