#BA4ECC

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

Shades of Medium Orchid #BA4ECC

Tints of Medium Orchid #BA4ECC

Color information

#BA4ECC (or 0xBA4ECC) is unknown color: approx Medium Orchid. HEX triplet: BA, 4E and CC. RGB value is (186,78,204). Sum of RGB (Red+Green+Blue) = 186+78+204=468 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.74% from 468); Green value is 78 (30.86% from 255 or 16.67% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA4ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA4ECC is #45B133. Grayscale: #7C7C7C. Windows color (decimal): -4567348 or 13389498. OLE color: 13389498.

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

Color convert

RGB18678204-
CMYK0.090.6200.2
HSL291.43º55.26%55.29%-
HSV(B)291.43º61.76%80%-
XYZ33.8720.2559.25-
YUV124.66172.78171.75-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.74%
GREEN value IS 78 (30.86% from 255) = 16.67%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=39.74%
G=16.67%
B=43.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186782040.090.6200.2291.4355.2655.29
HexBA4ECC93E0141233737
Octal27211631411760244436767
Binary101110101001110110011001001111110010100100100011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4ECC; }

 p { color: rgb(186,78,204); }

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

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

 a { background-color: rgb(186,78,204); }

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

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

 span { border-color: rgb(186,78,204); }

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