#BA71CD

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

Shades of Medium Orchid #BA71CD

Tints of Medium Orchid #BA71CD

Color information

#BA71CD (or 0xBA71CD) is unknown color: approx Medium Orchid. HEX triplet: BA, 71 and CD. RGB value is (186,113,205). Sum of RGB (Red+Green+Blue) = 186+113+205=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 113 (44.53% from 255 or 22.42% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #BA71CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71CD is #458E32. Grayscale: #919191. Windows color (decimal): -4558387 or 13463994. OLE color: 13463994.

HSL color Cylindrical-coordinate representation of color #BA71CD: hue angle of 287.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA71CD is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB186113205-
CMYK0.090.4500.20
HSL287.61º47.92%62.35%-
HSV(B)287.61º44.88%80.39%-
XYZ37.1726.6660.94-
YUV145.32161.68157.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.90%
GREEN value IS 113 (44.53% from 255) = 22.42%
BLUE value IS 205 (80.47% from 255) = 40.67%
R=36.90%
G=22.42%
B=40.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1861132050.090.4500.20287.6147.9262.35
HexBA71CD92D014120303e
Octal27216131511550244406076
Binary101110101110001110011011001101101010100100100000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71CD; }

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

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

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

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

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

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

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

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