#BA71D4

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

Shades of Medium Orchid #BA71D4

Tints of Medium Orchid #BA71D4

Color information

#BA71D4 (or 0xBA71D4) is unknown color: approx Medium Orchid. HEX triplet: BA, 71 and D4. RGB value is (186,113,212). Sum of RGB (Red+Green+Blue) = 186+113+212=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 113 (44.53% from 255 or 22.11% from 511); Blue value is 212 (83.20% from 255 or 41.49% from 511); Max value from RGB is 212 - color contains mainly: blue. Hex color #BA71D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71D4 is #458E2B. Grayscale: #919191. Windows color (decimal): -4558380 or 13922746. OLE color: 13922746.

HSL color Cylindrical-coordinate representation of color #BA71D4: hue angle of 284.24º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA71D4 is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB186113212-
CMYK0.120.4700.17
HSL284.24º53.51%63.73%-
HSV(B)284.24º46.7%83.14%-
XYZ38.042765.49-
YUV146.11165.18156.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 113 (44.53% from 255) = 22.11%
BLUE value IS 212 (83.20% from 255) = 41.49%
R=36.40%
G=22.11%
B=41.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1861132120.120.4700.17284.2453.5163.73
HexBA71D4C2F01111c3640
Octal272161324145702143466100
Binary1011101011100011101010011001011110100011000111001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71D4; }

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

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

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

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

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

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

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

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