#BA71C6

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

Shades of Medium Orchid #BA71C6

Tints of Medium Orchid #BA71C6

Color information

#BA71C6 (or 0xBA71C6) is unknown color: approx Medium Orchid. HEX triplet: BA, 71 and C6. RGB value is (186,113,198). Sum of RGB (Red+Green+Blue) = 186+113+198=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 113 (44.53% from 255 or 22.74% from 497); Blue value is 198 (77.73% from 255 or 39.84% from 497); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA71C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71C6 is #458E39. Grayscale: #909090. Windows color (decimal): -4558394 or 13005242. OLE color: 13005242.

HSL color Cylindrical-coordinate representation of color #BA71C6: hue angle of 291.53º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BA71C6 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB186113198-
CMYK0.060.4300.22
HSL291.53º42.71%60.98%-
HSV(B)291.53º42.93%77.65%-
XYZ36.3526.3356.59-
YUV144.52158.18157.59-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.42%
GREEN value IS 113 (44.53% from 255) = 22.74%
BLUE value IS 198 (77.73% from 255) = 39.84%
R=37.42%
G=22.74%
B=39.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861131980.060.4300.22291.5342.7160.98
HexBA71C662B0161242b3d
Octal2721613066530264445375
Binary10111010111000111000110110101011010110100100100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71C6; }

 p { color: rgb(186,113,198); }

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

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

 a { background-color: rgb(186,113,198); }

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

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

 span { border-color: rgb(186,113,198); }

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