#BA5ECC

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

Shades of Medium Orchid #BA5ECC

Tints of Medium Orchid #BA5ECC

Color information

#BA5ECC (or 0xBA5ECC) is unknown color: approx Medium Orchid. HEX triplet: BA, 5E and CC. RGB value is (186,94,204). Sum of RGB (Red+Green+Blue) = 186+94+204=484 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.43% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 204 - color contains mainly: blue. Hex color #BA5ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA5ECC is #45A133. Grayscale: #858585. Windows color (decimal): -4563252 or 13393594. OLE color: 13393594.

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

Color convert

RGB18694204-
CMYK0.090.5400.2
HSL290.18º51.89%58.43%-
HSV(B)290.18º53.92%80%-
XYZ35.1522.859.68-
YUV134.05167.48165.06-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.43%
GREEN value IS 94 (37.11% from 255) = 19.42%
BLUE value IS 204 (80.08% from 255) = 42.15%
R=38.43%
G=19.42%
B=42.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal186942040.090.5400.2290.1851.8958.43
HexBA5ECC936014122343a
Octal27213631411660244426472
Binary101110101011110110011001001110110010100100100010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5ECC; }

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

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

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

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

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

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

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

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