#BA74EC

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

Shades of Medium Orchid #BA74EC

Tints of Medium Orchid #BA74EC

Color information

#BA74EC (or 0xBA74EC) is unknown color: approx Medium Orchid. HEX triplet: BA, 74 and EC. RGB value is (186,116,236). Sum of RGB (Red+Green+Blue) = 186+116+236=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 116 (45.70% from 255 or 21.56% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA74EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74EC is #458B13. Grayscale: #969696. Windows color (decimal): -4557588 or 15496378. OLE color: 15496378.

HSL color Cylindrical-coordinate representation of color #BA74EC: hue angle of 275º degrees, saturation: 0.76, 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 #BA74EC is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB186116236-
CMYK0.210.5100.07
HSL275º75.95%69.02%-
HSV(B)275º50.85%92.55%-
XYZ41.6428.9982.76-
YUV150.61176.19153.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 116 (45.70% from 255) = 21.56%
BLUE value IS 236 (92.58% from 255) = 43.87%
R=34.57%
G=21.56%
B=43.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1861162360.210.5100.0727575.9569.02
HexBA74EC1533071134c45
Octal272164354256307423114105
Binary1011101011101001110110010101110011011110001001110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74EC; }

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

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

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

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

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

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

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

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