#BA71C5

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

Shades of Medium Orchid #BA71C5

Tints of Medium Orchid #BA71C5

Color information

#BA71C5 (or 0xBA71C5) is unknown color: approx Medium Orchid. HEX triplet: BA, 71 and C5. RGB value is (186,113,197). Sum of RGB (Red+Green+Blue) = 186+113+197=496 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.5% from 496); Green value is 113 (44.53% from 255 or 22.78% from 496); Blue value is 197 (77.34% from 255 or 39.72% from 496); Max value from RGB is 197 - color contains mainly: blue. Hex color #BA71C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71C5 is #458E3A. Grayscale: #909090. Windows color (decimal): -4558395 or 12939706. OLE color: 12939706.

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

Color convert

RGB186113197-
CMYK0.060.4300.23
HSL292.14º42%60.78%-
HSV(B)292.14º42.64%77.25%-
XYZ36.2326.2855.99-
YUV144.4157.68157.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.5%
GREEN value IS 113 (44.53% from 255) = 22.78%
BLUE value IS 197 (77.34% from 255) = 39.72%
R=37.5%
G=22.78%
B=39.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1861131970.060.4300.23292.144260.78
HexBA71C562B0171242a3d
Octal2721613056530274445275
Binary10111010111000111000101110101011010111100100100101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71C5; }

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

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

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

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

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

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

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

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