#BA71DC

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

Shades of Medium Orchid #BA71DC

Tints of Medium Orchid #BA71DC

Color information

#BA71DC (or 0xBA71DC) is unknown color: approx Medium Orchid. HEX triplet: BA, 71 and DC. RGB value is (186,113,220). Sum of RGB (Red+Green+Blue) = 186+113+220=519 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.84% from 519); Green value is 113 (44.53% from 255 or 21.77% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA71DC is #458E23. Grayscale: #929292. Windows color (decimal): -4558372 or 14447034. OLE color: 14447034.

HSL color Cylindrical-coordinate representation of color #BA71DC: hue angle of 280.93º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BA71DC is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB186113220-
CMYK0.150.4900.14
HSL280.93º60.45%65.29%-
HSV(B)280.93º48.64%86.27%-
XYZ39.0727.4270.94-
YUV147.02169.18155.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.84%
GREEN value IS 113 (44.53% from 255) = 21.77%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=35.84%
G=21.77%
B=42.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1861132200.150.4900.14280.9360.4565.29
HexBA71DCF310E1193c41
Octal272161334176101643174101
Binary101110101110001110111001111110001011101000110011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71DC; }

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

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

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

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

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

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

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

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