#BA73CC

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

Shades of Medium Orchid #BA73CC

Tints of Medium Orchid #BA73CC

Color information

#BA73CC (or 0xBA73CC) is unknown color: approx Medium Orchid. HEX triplet: BA, 73 and CC. RGB value is (186,115,204). Sum of RGB (Red+Green+Blue) = 186+115+204=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 115 (45.31% from 255 or 22.77% from 505); Blue value is 204 (80.08% from 255 or 40.40% from 505); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA73CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA73CC is #458C33. Grayscale: #929292. Windows color (decimal): -4557876 or 13398970. OLE color: 13398970.

HSL color Cylindrical-coordinate representation of color #BA73CC: hue angle of 287.87º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA73CC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB186115204-
CMYK0.090.4400.2
HSL287.87º46.6%62.55%-
HSV(B)287.87º43.63%80%-
XYZ37.2827.0660.39-
YUV146.38160.52156.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 115 (45.31% from 255) = 22.77%
BLUE value IS 204 (80.08% from 255) = 40.40%
R=36.83%
G=22.77%
B=40.40%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1861152040.090.4400.2287.8746.662.55
HexBA73CC92C0141202f3f
Octal27216331411540244405777
Binary101110101110011110011001001101100010100100100000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA73CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA73CC; }

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

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

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

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

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

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

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

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