#BA73E3

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

Shades of Medium Orchid #BA73E3

Tints of Medium Orchid #BA73E3

Color information

#BA73E3 (or 0xBA73E3) is unknown color: approx Medium Orchid. HEX triplet: BA, 73 and E3. RGB value is (186,115,227). Sum of RGB (Red+Green+Blue) = 186+115+227=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 115 (45.31% from 255 or 21.78% from 528); Blue value is 227 (89.06% from 255 or 42.99% from 528); Max value from RGB is 227 - color contains mainly: blue. Hex color #BA73E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73E3 is #458C1C. Grayscale: #949494. Windows color (decimal): -4557853 or 14906298. OLE color: 14906298.

HSL color Cylindrical-coordinate representation of color #BA73E3: hue angle of 278.04º degrees, saturation: 0.67, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA73E3 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB186115227-
CMYK0.180.4900.11
HSL278.04º66.67%67.06%-
HSV(B)278.04º49.34%89.02%-
XYZ40.2528.2576-
YUV149172.02154.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 115 (45.31% from 255) = 21.78%
BLUE value IS 227 (89.06% from 255) = 42.99%
R=35.23%
G=21.78%
B=42.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861152270.180.4900.11278.0466.6767.06
HexBA73E312310B1164343
Octal2721633432261013426103103
Binary10111010111001111100011100101100010101110001011010000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73E3; }

 p { color: rgb(186,115,227); }

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

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

 a { background-color: rgb(186,115,227); }

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

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

 span { border-color: rgb(186,115,227); }

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