#BA4CD6

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

Shades of Medium Orchid #BA4CD6

Tints of Medium Orchid #BA4CD6

Color information

#BA4CD6 (or 0xBA4CD6) is unknown color: approx Medium Orchid. HEX triplet: BA, 4C and D6. RGB value is (186,76,214). Sum of RGB (Red+Green+Blue) = 186+76+214=476 (63% of max value = 765). Red value is 186 (73.05% from 255 or 39.08% from 476); Green value is 76 (30.08% from 255 or 15.97% from 476); Blue value is 214 (83.98% from 255 or 44.96% from 476); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA4CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA4CD6 is #45B329. Grayscale: #7C7C7C. Windows color (decimal): -4567850 or 14044346. OLE color: 14044346.

HSL color Cylindrical-coordinate representation of color #BA4CD6: hue angle of 287.83º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA4CD6 is Cyan = 0.13, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18676214-
CMYK0.130.6400.16
HSL287.83º62.73%56.86%-
HSV(B)287.83º64.49%83.92%-
XYZ34.9720.4665.72-
YUV124.62178.44171.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.08%
GREEN value IS 76 (30.08% from 255) = 15.97%
BLUE value IS 214 (83.98% from 255) = 44.96%
R=39.08%
G=15.97%
B=44.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186762140.130.6400.16287.8362.7356.86
HexBA4CD6D400101203f39
Octal272114326151000204407771
Binary1011101010011001101011011011000000010000100100000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4CD6; }

 p { color: rgb(186,76,214); }

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

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

 a { background-color: rgb(186,76,214); }

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

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

 span { border-color: rgb(186,76,214); }

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