#BA71CA

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

Shades of Medium Orchid #BA71CA

Tints of Medium Orchid #BA71CA

Color information

#BA71CA (or 0xBA71CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 71 and CA. RGB value is (186,113,202). Sum of RGB (Red+Green+Blue) = 186+113+202=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 113 (44.53% from 255 or 22.55% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA71CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71CA is #458E35. Grayscale: #909090. Windows color (decimal): -4558390 or 13267386. OLE color: 13267386.

HSL color Cylindrical-coordinate representation of color #BA71CA: hue angle of 289.21º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA71CA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB186113202-
CMYK0.080.4400.21
HSL289.21º45.64%61.76%-
HSV(B)289.21º44.06%79.22%-
XYZ36.8226.5159.05-
YUV144.97160.18157.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 113 (44.53% from 255) = 22.55%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=37.13%
G=22.55%
B=40.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1861132020.080.4400.21289.2145.6461.76
HexBA71CA82C0151212e3e
Octal27216131210540254415676
Binary101110101110001110010101000101100010101100100001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71CA; }

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

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

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

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

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

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

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

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