#BA56C8

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

Shades of Medium Orchid #BA56C8

Tints of Medium Orchid #BA56C8

Color information

#BA56C8 (or 0xBA56C8) is unknown color: approx Medium Orchid. HEX triplet: BA, 56 and C8. RGB value is (186,86,200). Sum of RGB (Red+Green+Blue) = 186+86+200=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 86 (33.98% from 255 or 18.22% from 472); Blue value is 200 (78.52% from 255 or 42.37% from 472); Max value from RGB is 200 - color contains mainly: blue. Hex color #BA56C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA56C8 is #45A937. Grayscale: #808080. Windows color (decimal): -4565304 or 13129402. OLE color: 13129402.

HSL color Cylindrical-coordinate representation of color #BA56C8: hue angle of 292.63º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA56C8 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18686200-
CMYK0.070.5700.22
HSL292.63º50.89%56.08%-
HSV(B)292.63º57%78.43%-
XYZ3421.2656.96-
YUV128.9168.13168.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 86 (33.98% from 255) = 18.22%
BLUE value IS 200 (78.52% from 255) = 42.37%
R=39.41%
G=18.22%
B=42.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal186862000.070.5700.22292.6350.8956.08
HexBA56C87390161253338
Octal2721263107710264456370
Binary10111010101011011001000111111001010110100100101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA56C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA56C8; }

 p { color: rgb(186,86,200); }

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

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

 a { background-color: rgb(186,86,200); }

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

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

 span { border-color: rgb(186,86,200); }

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